Struct soundchange::StrTo [-] [+] [src]

pub struct StrTo<'a>(pub &'a Fn(&str, &mut String) + 'a);

Trait Implementations

impl<'a> IntoTransform<'a> for StrTo<'a>

fn into_transform(self) -> Transform<'a>

Derived Implementations

impl<'a> Copy for StrTo<'a>