BufMutExt

Trait BufMutExt 

pub trait BufMutExt {
    // Required method
    fn write_var(&mut self, x: u64);
}
Available on crate features quic and h3 and i-implement-a-third-party-backend-and-opt-into-breaking-changes only.

Required Methods§

fn write_var(&mut self, x: u64)

Implementors§

§

impl<T> BufMutExt for T
where T: BufMut,