Enum evzht9h3nznqzwl::result::WSUrlErrorKind
[−]
[src]
pub enum WSUrlErrorKind {
CannotSetFragment,
InvalidScheme,
NoHostName,
}Represents a WebSocket URL error
Variants
CannotSetFragmentFragments are not valid in a WebSocket URL
InvalidSchemeThe scheme provided is invalid for a WebSocket
NoHostNameThere 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