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

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

Result type of all Tungstenite library calls.