[][src]Type Definition simple_locale::LocaleResult

type LocaleResult<T> = Result<T, LocaleError>;

Common result type for functions in this crate.