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