pub trait Emit<W> where
    W: Extend<u8>, 
{ fn emit(&self, buffer: W) -> W; }

Required Methods

Implementations on Foreign Types

Implementors