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