[][src]Trait aldoc::Compiler

pub trait Compiler {
    fn compile(&mut self, document: &Document) -> String;
}

Compiles a document to a different format.

Required methods

fn compile(&mut self, document: &Document) -> String

Loading content...

Implementors

impl Compiler for IntoLatex[src]

impl Compiler for IntoPrintable[src]

Loading content...