pub struct LinderaDictionary(_);Trait Implementations§
source§impl DictionaryTrait for LinderaDictionary
impl DictionaryTrait for LinderaDictionary
type StoredType = Vec<String, Global>
fn load(dir: PathBuf) -> JPreprocessResult<Self>
fn get(&self, index: usize) -> Option<Self::StoredType>
fn iter(&self) -> DictionaryIter<'_, Self::StoredType> ⓘ
Auto Trait Implementations§
impl RefUnwindSafe for LinderaDictionary
impl Send for LinderaDictionary
impl Sync for LinderaDictionary
impl Unpin for LinderaDictionary
impl UnwindSafe for LinderaDictionary
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