pub trait Serialize {
    const FIXED_WORDS: usize;

    fn tot_len(&self) -> usize;
    fn fill(&self, buf: &mut AllocBuf<'_>, a: &mut Alloc<'_>) -> Result<()>;
}

Required Associated Constants§

Required Methods§

Implementations on Foreign Types§

Implementors§