Type Alias Unsigned64

Source
pub type Unsigned64 = AvpData<u64>;

Aliased Type§

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

Trait Implementations§

Source§

impl Into<AvpValue> for Unsigned64

Source§

fn into(self) -> AvpValue

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