[][src]Type Definition websocket_lite::Result

type Result<T> = Result<T, Box<dyn Error + 'static>>;

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