Type Definition csv::ByteString[][src]

type ByteString = Vec<u8>;

A convenience type for referring to a plain byte string.

Trait Implementations

impl BorrowBytes for ByteString
[src]

Borrow a byte vector.