Skip to main content

PartNumber

Type Alias PartNumber 

Source
pub type PartNumber<T, Tag> = TaggedType<T, PartNumberTag<Tag>>;
Expand description

Type for hardware model.

Aliased Typeยง

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