Enum libp2p_quic::ConfigError [−][src]
#[non_exhaustive]
pub enum ConfigError {
OutOfBounds,
}Expand description
Errors in the configuration of an endpoint
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.
Value exceeds supported bounds
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for ConfigErrorimpl Send for ConfigErrorimpl Sync for ConfigErrorimpl Unpin for ConfigErrorimpl UnwindSafe for ConfigErrorBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V