[][src]Trait html2md::TagHandlerFactory

pub trait TagHandlerFactory {
    fn instantiate(&self) -> Box<dyn TagHandler>;
}

Required methods

fn instantiate(&self) -> Box<dyn TagHandler>

Loading content...

Implementors

Loading content...