Trait tui_markup::generator::helper::CustomTagParser
source · [−]Expand description
A common trait for user to provide custom tag parser to a tag convertor.
Closure FnMut(&str) -> Output and NoopCustomTagParser impl this trait for convenient.