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