pub struct CapturerBuffer(_);
impl<T> Any for T where
T: 'static + ?Sized,
impl<T, U> AsByteSlice<T> for U where
T: ToByteSlice,
U: AsRef<[T]> + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
impl<T> PrettyHex for T where
T: AsRef<[u8]>,
Wrap self reference for use in std::fmt::Display
and std::fmt::Debug
formatting as hex dumps. Read more
Wrap self reference for use in std::fmt::Display
and std::fmt::Debug
formatting as hex dumps in specified format. Read more
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.