Type Alias schematic::BoxedCacher

source ·
pub type BoxedCacher = Box<dyn Cacher>;

Aliased Type§

struct BoxedCacher(/* private fields */);