Function async_tungstenite::compat::cvt

source ยท
pub(crate) fn cvt<T>(r: Result<T, Error>) -> Poll<Result<T, Error>>