Type Definition distant_core::data::ByteVec[][src]

pub type ByteVec = Vec<u8>;
Expand description

Type alias for a vec of bytes

NOTE: This only exists to support properly parsing a Vec from an entire string with structopt rather than trying to parse a string as a singular u8