pub struct JPreprocessDictionaryWordEncoding;Implementations§
Source§impl JPreprocessDictionaryWordEncoding
impl JPreprocessDictionaryWordEncoding
pub fn serialize(data: &WordEntry) -> Result<Vec<u8>, EncodeError>
pub fn deserialize(data: &[u8]) -> Result<WordEntry, DecodeError>
Trait Implementations§
Source§impl DictionaryWordEncoding for JPreprocessDictionaryWordEncoding
impl DictionaryWordEncoding for JPreprocessDictionaryWordEncoding
fn identifier() -> &'static str
fn encode(row: WordDetailsLine) -> LinderaResult<Vec<u8>>
fn decode(string: String, data: &[u8]) -> LinderaResult<Vec<String>>
Auto Trait Implementations§
impl Freeze for JPreprocessDictionaryWordEncoding
impl RefUnwindSafe for JPreprocessDictionaryWordEncoding
impl Send for JPreprocessDictionaryWordEncoding
impl Sync for JPreprocessDictionaryWordEncoding
impl Unpin for JPreprocessDictionaryWordEncoding
impl UnwindSafe for JPreprocessDictionaryWordEncoding
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