Type Alias Unsigned32

Source
pub type Unsigned32 = AvpData<u32>;

Aliased Type§

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

Trait Implementations§

Source§

impl Into<AvpValue> for Unsigned32

Source§

fn into(self) -> AvpValue

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