pub type Virtual<E> = Box<dyn Handler<E>>;
Type alias for a boxed, type-erased Handler.
Handler
pub struct Virtual<E>(/* private fields */);