Module boxed_ref

Source

Structsยง

BoxedRef
Wrapper for the type implementing Boxed trait that allows to retain the lifetime of the referenced object.
BoxedRefMut
Mutable version of BoxedRef, implements the traits that take &mut self.