pub type BoxedProxyStorage = Box<dyn ProxyStoragePort>;Expand description
Convenience alias for a heap-allocated, type-erased ProxyStoragePort.
Aliased Typeยง
pub struct BoxedProxyStorage(/* private fields */);pub type BoxedProxyStorage = Box<dyn ProxyStoragePort>;Convenience alias for a heap-allocated, type-erased ProxyStoragePort.
pub struct BoxedProxyStorage(/* private fields */);