pub struct T2S { /* private fields */ }Expand description
Traditional Chinese to Simplified Chinese
Methods from Deref<Target = Dict>§
Sourcepub fn replace_all(&self, text: &str) -> String
pub fn replace_all(&self, text: &str) -> String
Use this dict to convert string. Return converted text.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for T2S
impl RefUnwindSafe for T2S
impl Send for T2S
impl Sync for T2S
impl Unpin for T2S
impl UnwindSafe for T2S
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