Trait implementation lrs::string::ByteString::DerefMut

Objects that implement the mutable dereference operator.

Syntax

impl<H> DerefMut for ByteString<H>
    where H: Allocator,