Trait genet_abi::io::Writer[][src]

pub trait Writer: Send {
    fn new_worker(&self, ctx: &Context, args: &str) -> Result<Box<WriterWorker>>;
fn id(&self) -> &str; }

Writer trait.

Required Methods

Implementors