Skip to main content

InjectedError

Trait InjectedError 

Source
pub trait InjectedError:
    Debug
    + Display
    + Send
    + Sync { }
Expand description

Trait for injected faults in testing

Implementors§

Source§

impl<T> InjectedError for T
where T: Debug + Display + Send + Sync,

Available on crate feature testing-fault only.