Searched refs: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 {} implementation114 type ErrorType = MockedError;120 fn ensure_prepared(&mut self) -> Result<(), DrawingErrorKind<MockedError>> { in ensure_prepared() argument125 fn present(&mut self) -> Result<(), DrawingErrorKind<MockedError>> { in present() argument