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]
impl BorrowBytes for ByteString
fn borrow_bytes(&self) -> &[u8]
[src]
fn borrow_bytes(&self) -> &[u8]
Borrow a byte vector.