Skip to main content

ByteString

Type Alias ByteString 

Source
pub type ByteString = Vec<u8>;
Expand description

Byte string type

Aliased Typeยง

pub struct ByteString { /* private fields */ }