Struct note_mark::transformer::Transformer
source · pub struct Transformer { /* private fields */ }
Implementations§
source§impl Transformer
impl Transformer
pub fn transform<'a>(&self, tree: MarkdownTree<'a>) -> DocumentNode<'a>
Trait Implementations§
source§impl Clone for Transformer
impl Clone for Transformer
source§fn clone(&self) -> Transformer
fn clone(&self) -> Transformer
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more