BufExt

Trait BufExt 

Source
pub trait BufExt {
    // Required method
    fn get_var(&mut self) -> Result<u64, UnexpectedEnd>;
}
Available on crate features h3 and i-implement-a-third-party-backend-and-opt-into-breaking-changes only.

Required Methods§

Implementors§

Source§

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