Skip to main content

FlexVirtual

Type Alias FlexVirtual 

Source
pub type FlexVirtual<E, B = B64> = Flex<dyn Handler<E>, B>;
Expand description

Type alias for an inline Handler with heap fallback using nexus_smartptr::Flex.

Stores inline if the handler fits, otherwise heap-allocates.

Aliased Typeยง

pub struct FlexVirtual<E, B = B64> { /* private fields */ }