Struct soundchange-english::WordPhonemes
[-] [+]
[src]
pub struct WordPhonemes<'a> {
// some fields omitted
}An iterator for every phoneme inside given word.
pub struct WordPhonemes<'a> {
// some fields omitted
}An iterator for every phoneme inside given word.
impl<'a> Iterator for WordPhonemes<'a>type Item = Phonemefn next(&mut self) -> Option<Phoneme>fn size_hint(&self) -> (usize, Option<usize>)impl<'a> DoubleEndedIterator for WordPhonemes<'a>impl<'a> Clone for WordPhonemes<'a>fn clone(&self) -> WordPhonemes<'a>fn clone_from(&mut self, source: &Self)
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).