pub struct ByteLineProcessor {}
Trait Implementations§
Source§impl<C: CharContextT> LineProcessorT<C> for ByteLineProcessor
impl<C: CharContextT> LineProcessorT<C> for ByteLineProcessor
Auto Trait Implementations§
impl Freeze for ByteLineProcessor
impl RefUnwindSafe for ByteLineProcessor
impl Send for ByteLineProcessor
impl Sync for ByteLineProcessor
impl Unpin for ByteLineProcessor
impl UnwindSafe for ByteLineProcessor
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