kvarn_
extensions
0.6.2
Gateway
Error
Variants
Io
Parse
Timeout
Trait Implementations
Debug
From<Error>
From<Error>
Auto Trait Implementations
!RefUnwindSafe
!UnwindSafe
Freeze
Send
Sync
Unpin
Blanket Implementations
Any
AsTaggedExplicit<'a, E>
AsTaggedImplicit<'a, E>
Borrow<T>
BorrowMut<T>
From<T>
Instrument
Into<U>
Pointable
Same
TryFrom<U>
TryInto<U>
VZip<V>
WithSubscriber
In kvarn_
extensions::
reverse_
proxy
kvarn_extensions
::
reverse_proxy
Enum
GatewayError
Copy item path
source
pub enum GatewayError { Io(
Error
), Timeout, Parse(
Error
), }
Available on
crate feature
reverse-proxy
only.
Variants
§
§
Io(
Error
)
§
Timeout
§
Parse(
Error
)
Trait Implementations
§
source
§
impl
Debug
for
GatewayError
source
§
fn
fmt
(&self, f: &mut
Formatter
<'_>) ->