Skip to main content

BoxedRenderer

Type Alias BoxedRenderer 

Source
pub type BoxedRenderer<E> = Box<dyn Renderer<Error = E>>;
Expand description

Owned renderer trait object with a fixed error type.

Aliased Typeยง

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