Type Alias IPv4

Source
pub type IPv4 = AvpData<Ipv4Addr>;

Aliased Type§

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

Trait Implementations§

Source§

impl Into<AvpValue> for IPv4

Source§

fn into(self) -> AvpValue

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