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

pub struct StrOf<'a>(pub &'a Fn(&str) -> Option<&str> + 'a);

Trait Implementations

impl<'a> IntoCond<'a> for StrOf<'a>

fn into_pre_cond(self) -> Cond<'a>

fn into_post_cond(self) -> Cond<'a>

Derived Implementations

impl<'a> Copy for StrOf<'a>