[][src]Trait orgize::export::HtmlHandler

pub trait HtmlHandler<E: From<Error>>: Default {
    fn start<W: Write>(&mut self, w: W, element: &Element) -> Result<(), E>;
fn end<W: Write>(&mut self, w: W, element: &Element) -> Result<(), E>; }

Required methods

fn start<W: Write>(&mut self, w: W, element: &Element) -> Result<(), E>

fn end<W: Write>(&mut self, w: W, element: &Element) -> Result<(), E>

Loading content...

Implementors

impl HtmlHandler<Error> for DefaultHtmlHandler[src]

impl<E: From<Error>, H: HtmlHandler<E>> HtmlHandler<E> for SyntectHtmlHandler<E, H>[src]

Loading content...