pub trait InjectedError: Debug + Display + Send + Sync { }
Trait for injected faults in testing
testing-fault