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 MockNetErrorimpl Send for MockNetErrorimpl Sync for MockNetErrorimpl Unpin for MockNetErrorimpl UnwindSafe for MockNetErrorBlanket Implementations
Mutably borrows from an owned value. Read more