Skip to main content

Model

Type Alias Model 

Source
pub type Model<T, Tag> = TaggedType<T, ModelTag<Tag>>;
Expand description

Type for hardware model.

Aliased Typeยง

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