Type Alias rasn_smi::v2::Unsigned32

source ·
pub type Unsigned32 = Gauge;

Aliased Type§

struct Unsigned32(pub u32);

Fields§

§0: u32

Trait Implementations§

source§

impl TryFrom<ObjectSyntax> for Unsigned32

§

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.