pub struct VitcErrorCorrector { /* private fields */ }Expand description
Error correction for VITC
Implementations§
Auto Trait Implementations§
impl Freeze for VitcErrorCorrector
impl RefUnwindSafe for VitcErrorCorrector
impl Send for VitcErrorCorrector
impl Sync for VitcErrorCorrector
impl Unpin for VitcErrorCorrector
impl UnsafeUnpin for VitcErrorCorrector
impl UnwindSafe for VitcErrorCorrector
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