Type Alias IPv6

Source
pub type IPv6 = AvpData<Ipv6Addr>;

Aliased Type§

pub struct IPv6(/* private fields */);

Trait Implementations§

Source§

impl Into<AvpValue> for IPv6

Source§

fn into(self) -> AvpValue

Converts this type into the (usually inferred) input type.