pub type DefaultStorage = RawOrBox<{ _ }>;
Default storage for DynObject, and used in dyn_trait macro.
DynObject
dyn_trait
pub struct DefaultStorage(/* private fields */);