Trait tea_sdk::serde::SerBuf

pub trait SerBuf: Write + BufMut {
    fn reserve(&mut self, l: usize);
}

Required Methods§

Implementations on Foreign Types§

Implementors§