pub struct Input<'h> { /* private fields */ }Expand description
Unfortunately, Japanese is highly contextual, surrounding charcaters are needed for accurate romanization. This struct can keep surrounding charcaters by storing the entire haystack and the start offset.
Implementations§
Trait Implementations§
impl<'h> Copy for Input<'h>
Auto Trait Implementations§
impl<'h> Freeze for Input<'h>
impl<'h> RefUnwindSafe for Input<'h>
impl<'h> Send for Input<'h>
impl<'h> Sync for Input<'h>
impl<'h> Unpin for Input<'h>
impl<'h> UnsafeUnpin for Input<'h>
impl<'h> UnwindSafe for Input<'h>
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