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

pub struct CharTo<'a>(pub &'a Fn(char) -> char + 'a);

Trait Implementations

impl<'a> IntoTransform<'a> for CharTo<'a>

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

Derived Implementations

impl<'a> Copy for CharTo<'a>