Skip to main content

Type

Type Alias Type 

Source
pub type Type = Interned<'static, Model>;

Aliased Type§

#[repr(transparent)]
pub struct Type(pub &'static Model, pub Private);

Tuple Fields§

§0: &'static Model§1: Private