Skip to main content

BoxedProxyStorage

Type Alias BoxedProxyStorage 

Source
pub type BoxedProxyStorage = Box<dyn ProxyStoragePort>;
Expand description

Convenience alias for a heap-allocated, type-erased ProxyStoragePort.

Aliased Typeยง

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