Trait implementation lrs::bx::Box::Debug

Objects that can be formatted in a "debug" form.

Syntax

impl<T, H> Debug for Box<T, H>
    where H: Allocator,
          T: Debug,