Trait implementation lrs::vec::Vec::Write

Objects that wrap a byte-stream for writing.

Syntax

impl<H> Write for Vec<u8, H>
    where H: Allocator,