Enum evzht9h3nznqzwl::result::WSUrlErrorKind
[−]
[src]
pub enum WSUrlErrorKind { CannotSetFragment, InvalidScheme, NoHostName, }
Represents a WebSocket URL error
Variants
CannotSetFragment
Fragments are not valid in a WebSocket URL
InvalidScheme
The scheme provided is invalid for a WebSocket
NoHostName
There is no hostname or IP address to connect to
Trait Implementations
impl Debug for WSUrlErrorKind
[src]
impl Display for WSUrlErrorKind
[src]
fn fmt(&self, fmt: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more