pub trait Inspectable: Send + Sync {
    fn inspect(&self, buf: &mut Vec<u8>);
}

Required Methods§

Implementors§