Trait implementation lrs::rc::Arc::Debug

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

Syntax

impl<T, H> Debug for Arc<T, H>
    where T: Debug + Leak,
          H: Allocator,