Type Alias OctetStr

Source
pub type OctetStr<'i> = &'i [u8];
Expand description

OctetStr is the borrowed version of a sequence of bytes.