Type Definition Result
tungstenite::error
type Result<T> = Result<T, Error>;
Result type of all Tungstenite library calls.