Trait implementation lrs::bx::Box::DerefMut

Objects that implement the mutable dereference operator.

Syntax

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