Type Definition websocket_codec::Result

source · []
pub type Result<T> = Result<T, Error>;
Expand description

Represents results returned by the non-async functions in this crate.