pub trait AsBStr { fn as_bstr(&self) -> &[u8] ⓘ; }
Helper trait for types that can be viewed as a byte slice
Casts the input type to a byte slice