Trait bird_machine::Replacer[][src]

pub trait Replacer<'t, M: Machine<'t>> {
    fn replace_append(&mut self, match: &M, dst: &mut String);
}

Required methods

fn replace_append(&mut self, match: &M, dst: &mut String)[src]

Loading content...

Implementors

impl<'t, M: Machine<'t>, S: AsRef<str>, F: FnMut(&M) -> S> Replacer<'t, M> for F[src]

Loading content...