Skip to main content

Virtual

Type Alias Virtual 

Source
pub type Virtual<E> = Box<dyn Handler<E>>;
Expand description

Type alias for a boxed, type-erased Handler.

Aliased Typeยง

pub struct Virtual<E>(/* private fields */);