Trait implementation lrs::vec::Vec::BufWrite

Objects that wrap a byte-stream for writing and contain a buffer.

Syntax

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