[][src]Trait typos::Dictionary

pub trait Dictionary {
    fn correct_ident<'s, 'w>(
        &'s self,
        _ident: Identifier<'w>
    ) -> Option<Cow<'s, str>>;
fn correct_word<'s, 'w>(&'s self, word: Word<'w>) -> Option<Cow<'s, str>>; }

Required methods

fn correct_ident<'s, 'w>(
    &'s self,
    _ident: Identifier<'w>
) -> Option<Cow<'s, str>>

fn correct_word<'s, 'w>(&'s self, word: Word<'w>) -> Option<Cow<'s, str>>

Loading content...

Implementors

Loading content...