Trait html2md::TagHandlerFactory[][src]

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

Required Methods

Important traits for Box<R>

Implementors