Type Alias rasn_smi::v2::IpAddress

source ·
pub type IpAddress = IpAddress;

Aliased Type§

struct IpAddress(pub FixedOctetString<4>);

Fields§

§0: FixedOctetString<4>

Trait Implementations§

source§

impl TryFrom<ObjectSyntax> for IpAddress

§

type Error = InvalidVariant

The type returned in the event of a conversion error.
source§

fn try_from(value: ObjectSyntax) -> Result<Self, Self::Error>

Performs the conversion.