Trait html2md::TagHandlerFactory [−][src]
pub trait TagHandlerFactory {
fn instantiate(&self) -> Box<TagHandler>;
}Required Methods
ⓘImportant traits for Box<R>
pub trait TagHandlerFactory {
fn instantiate(&self) -> Box<TagHandler>;
}fn instantiate(&self) -> Box<TagHandler>