DefaultStorage

Type Alias DefaultStorage 

Source
pub type DefaultStorage = RawOrBox<{ _ }>;
Expand description

Default storage for DynObject, and used in dyn_trait macro.

Aliased Typeยง

pub struct DefaultStorage(/* private fields */);