Struct soundchange::CharOf
[-] [+]
[src]
pub struct CharOf<'a>(pub &'a Fn(Option<char>) -> bool + 'a);
pub struct CharOf<'a>(pub &'a Fn(Option<char>) -> bool + 'a);
impl<'a> IntoCond<'a> for CharOf<'a>
fn into_pre_cond(self) -> Cond<'a>
fn into_post_cond(self) -> Cond<'a>
impl<'a> Search for CharOf<'a>
fn search_loop<F>(&mut self, s: &str, preconds: &[Cond], postconds: &[Cond], f: F) where F: FnMut(bool, &str)
impl<'a> Copy for CharOf<'a>
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).