Type Definition tungstenite::error::Result[][src]

type Result<T> = Result<T, Error>;

Result type of all Tungstenite library calls.