Type Definition websocket_lite::Result

source · []
pub type Result<T> = Result<T, Box<dyn Error + Sync + Send + 'static, Global>>;
Expand description

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