Trait mdbook::renderer::Renderer [] [src]

pub trait Renderer {
    fn render(&self, book: &MDBook) -> Result<()>;
}

Required Methods

Implementors