Trait implementation lrs::bx::Box::Drop

Objects with a destructor.

Syntax

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