Ip6Range

Type Alias Ip6Range 

Source
pub type Ip6Range = Range<u128>;
Expand description

IPv6 range / IPv6 范围

Aliased Type§

pub struct Ip6Range {
    pub start: u128,
    pub end: u128,
}

Fields§

§start: u128§end: u128

Trait Implementations§

Source§

impl Display for Ip6Range

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more