Struct marid::test_helpers::TestError
[−]
[src]
pub struct TestError;
Error type for testing
pub struct TestError;
Error type for testing
impl Display for TestErrorimpl Error for TestErrorfn description(&self) -> &strfn cause(&self) -> Option<&Error>impl Clone for TestErrorfn clone(&self) -> TestErrorfn clone_from(&mut self, source: &Self)impl PartialEq for TestErrorimpl Eq for TestErrorimpl Debug for TestError