Trait BufExt

Source
pub trait BufExt {
    // Required method
    fn get_var(&mut self) -> Result<u64, UnexpectedEnd>;
}
Available on crate feature h3 only.

Required Methods§

Implementors§

Source§

impl<T> BufExt for T
where T: Buf,