pub struct TranscientLineHandler;
Trait Implementations§
Source§impl InstructionLineHandler for TranscientLineHandler
impl InstructionLineHandler for TranscientLineHandler
fn handle_line(&self, _line: &str) -> Result<(), ProcessorError>
Auto Trait Implementations§
impl Freeze for TranscientLineHandler
impl RefUnwindSafe for TranscientLineHandler
impl Send for TranscientLineHandler
impl Sync for TranscientLineHandler
impl Unpin for TranscientLineHandler
impl UnwindSafe for TranscientLineHandler
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