Trait implementation lrs::rc::Arc::Drop

Objects with a destructor.

Syntax

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