[][src]Type Definition csv::ByteString

type ByteString = Vec<u8>;

A convenience type for referring to a plain byte string.

Trait Implementations

impl BorrowBytes for ByteString[src]