ObjectHandle

Type Alias ObjectHandle 

Source
pub type ObjectHandle = ResourceHandle<Object>;
Expand description

Refcounted handle to a Object.

Aliased Typeยง

pub struct ObjectHandle { /* private fields */ }