Skip to main content

TypeRef

Type Alias TypeRef 

Source
pub type TypeRef = Arc<Type>;
Expand description

Reference-counted shared pointer to a Type.

Aliased Typeยง

pub struct TypeRef { /* private fields */ }