Skip to main content

SerialNumber

Type Alias SerialNumber 

Source
pub type SerialNumber<T, Tag> = TaggedType<T, SerialNumberTag<Tag>>;
Expand description

Type for hardware serial numbers.

Aliased Typeยง

pub struct SerialNumber<T, Tag> { /* private fields */ }