[][src]Trait auto_correct::ServiceUtils

pub trait ServiceUtils {
    fn refresh_hybrid_dict(
        &self,
        custom_path: Option<String>
    ) -> Result<(), String>; }

Required methods

fn refresh_hybrid_dict(&self, custom_path: Option<String>) -> Result<(), String>

Loading content...

Implementors

impl ServiceUtils for AutoCorrect[src]

Loading content...