pub trait Bufer<'buf> { // Required method fn buf(&self) -> &'buf [u8] ⓘ; }
borrow a reference to the underlying buffer