Type Definition Result
hyper_websocket_lite
type Result<T> = Result<T, Box<dyn Error + 'static + Sync + Send>>;
Represents results returned by the non-async functions in this crate.