Skip to main content

ElementPtr

Type Alias ElementPtr 

Source
pub type ElementPtr<T> = UniquePtr<Element<T>>;

Aliased Typeยง

pub struct ElementPtr<T> { /* private fields */ }