Type Definition dae_parser::NameRef

source · []
pub type NameRef<T> = Ref<String, T>;
Expand description

A strongly typed string referencing a T.