Searched defs:MockedError (Results 1 – 1 of 1) sorted by relevance
103 pub struct MockedError; struct105 impl std::fmt::Display for MockedError { implementation111 impl std::error::Error for MockedError {} implementation120 fn ensure_prepared(&mut self) -> Result<(), DrawingErrorKind<MockedError>> { in ensure_prepared()125 fn present(&mut self) -> Result<(), DrawingErrorKind<MockedError>> { in present()