Trait rorschach::formatter::Formatter [] [src]

pub trait Formatter {
    fn format<R: Read, W: Write>(&self, def: &Definition, input: R, output: W) -> Result<()>;
}

Required Methods

fn format<R: Read, W: Write>(&self, def: &Definition, input: R, output: W) -> Result<()>

Implementors