Enum tor_rtmock::net::MockNetError [−][src]
#[non_exhaustive]
pub enum MockNetError {
BadOp,
}Expand description
Inner error type returned when a MockNetwork operation fails.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
General-purpose error. The real information is in ErrorKind.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MockNetError
impl Send for MockNetError
impl Sync for MockNetError
impl Unpin for MockNetError
impl UnwindSafe for MockNetError
Blanket Implementations
Mutably borrows from an owned value. Read more