Skip to main content

Type

Type Alias Type 

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

Aliased Type§

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

Tuple Fields§

§0: &'static TypeInfo§1: Private