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.