pub struct JPreprocessDictionary(_);Trait Implementations§
source§impl DictionaryTrait for JPreprocessDictionary
impl DictionaryTrait for JPreprocessDictionary
type StoredType = WordEntry
fn load(dir: PathBuf) -> JPreprocessResult<Self>
fn get(&self, index: usize) -> Option<Self::StoredType>
fn iter(&self) -> DictionaryIter<'_, Self::StoredType> ⓘ
source§impl From<Dictionary> for JPreprocessDictionary
impl From<Dictionary> for JPreprocessDictionary
source§fn from(dict: Dictionary) -> Self
fn from(dict: Dictionary) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for JPreprocessDictionary
impl Send for JPreprocessDictionary
impl Sync for JPreprocessDictionary
impl Unpin for JPreprocessDictionary
impl UnwindSafe for JPreprocessDictionary
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more