Trait core::net::parser::ReadNumberHelper
source · trait ReadNumberHelper: Sized {
const ZERO: Self;
// Required methods
fn checked_mul(&self, other: u32) -> Option<Self>;
fn checked_add(&self, other: u32) -> Option<Self>;
}
🔬This is a nightly-only experimental API. (
ip_in_core
#108443)Required Associated Constants§
Required Methods§
sourcefn checked_mul(&self, other: u32) -> Option<Self>
fn checked_mul(&self, other: u32) -> Option<Self>
🔬This is a nightly-only experimental API. (
ip_in_core
#108443)sourcefn checked_add(&self, other: u32) -> Option<Self>
fn checked_add(&self, other: u32) -> Option<Self>
🔬This is a nightly-only experimental API. (
ip_in_core
#108443)