Struct round_based::async_runtime::watcher::StderrWatcher
source · [−]pub struct StderrWatcher;Available on crate feature
async-runtime only.Expand description
Watcher that logs non critical error to stderr
Trait Implementations
sourceimpl<SM> ProtocolWatcher<SM> for StderrWatcher where
SM: StateMachine,
SM::Err: Debug,
impl<SM> ProtocolWatcher<SM> for StderrWatcher where
SM: StateMachine,
SM::Err: Debug,
sourcefn caught_non_critical_error(&mut self, when: When, err: SM::Err)
fn caught_non_critical_error(&mut self, when: When, err: SM::Err)
StateMachine produced a not critical error. Execution continues.
Auto Trait Implementations
impl RefUnwindSafe for StderrWatcher
impl Send for StderrWatcher
impl Sync for StderrWatcher
impl Unpin for StderrWatcher
impl UnwindSafe for StderrWatcher
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more