| 52 | /// Error message returned by a mock planner or I/O future. |
| 53 | #[derive(Debug, Clone, PartialEq, Eq)] |
| 54 | pub(crate) struct MockError(pub String); |
| 55 | |
| 56 | impl Display for MockError { |
| 57 | fn fmt(&self, f: &mut Formatter) -> std::fmt::Result { |
no outgoing calls
no test coverage detected
searching dependent graphs…