pub type BoxedFramer = Box<dyn Framer>;
A Box containing a Framer.
Box
Framer
pub struct BoxedFramer(/* private fields */);