pub type FlatVirtual<E, B = B64> = Flat<dyn Handler<E>, B>;Expand description
Type alias for an inline Handler using nexus_smartptr::Flat.
Stores the handler inline (no heap allocation). Panics if the concrete handler doesn’t fit in the buffer.
Aliased Type§
pub struct FlatVirtual<E, B = B64> { /* private fields */ }