Trait AsBStr
trait AsBStr
Helper trait for types that can be viewed as a byte slice
Required Methods
fn as_bstr(self: &Self) -> &[u8]Casts the input type to a byte slice
Implementors
impl<I> AsBStr for Partial<I>impl AsBStr for &BStrimpl AsBStr for &strimpl<I, S> AsBStr for Stateful<I, S>impl<I> AsBStr for LocatingSlice<I>impl AsBStr for &[u8]