Home
last modified time | relevance | path

Searched defs:WsError (Results 1 – 11 of 11) sorted by relevance

/dports/sysutils/vector/vector-0.10.0/cargo-crates/warp-0.2.3/src/
H A Dtest.rs156 pub struct WsError { struct
157 cause: Box<dyn StdError + Send + Sync>,
571 pub async fn recv(&mut self) -> Result<crate::filters::ws::Message, WsError> { in recv() argument
583 pub async fn recv_closed(&mut self) -> Result<(), WsError> { in recv_closed() argument
608 impl WsError { implementation
616 impl fmt::Display for WsError { implementation
622 impl StdError for WsError { implementation
/dports/www/firefox/firefox-99.0/third_party/rust/warp/src/
H A Dtest.rs156 pub struct WsError { struct
157 cause: Box<dyn StdError + Send + Sync>,
571 pub async fn recv(&mut self) -> Result<crate::filters::ws::Message, WsError> { in recv() argument
583 pub async fn recv_closed(&mut self) -> Result<(), WsError> { in recv_closed() argument
608 impl WsError { implementation
616 impl fmt::Display for WsError { implementation
622 impl StdError for WsError { implementation
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/warp/src/
H A Dtest.rs156 pub struct WsError { struct
157 cause: Box<dyn StdError + Send + Sync>,
555 pub async fn recv(&mut self) -> Result<crate::filters::ws::Message, WsError> { in recv() argument
567 pub async fn recv_closed(&mut self) -> Result<(), WsError> { in recv_closed() argument
592 impl WsError { impl
600 impl fmt::Display for WsError { implementation
606 impl StdError for WsError { implementation
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/warp/src/
H A Dtest.rs156 pub struct WsError { struct
157 cause: Box<dyn StdError + Send + Sync>,
555 pub async fn recv(&mut self) -> Result<crate::filters::ws::Message, WsError> { in recv() argument
567 pub async fn recv_closed(&mut self) -> Result<(), WsError> { in recv_closed() argument
592 impl WsError { impl
600 impl fmt::Display for WsError { implementation
606 impl StdError for WsError { implementation
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/warp/src/
H A Dtest.rs156 pub struct WsError { struct
157 cause: Box<dyn StdError + Send + Sync>,
555 pub async fn recv(&mut self) -> Result<crate::filters::ws::Message, WsError> { in recv() argument
567 pub async fn recv_closed(&mut self) -> Result<(), WsError> { in recv_closed() argument
592 impl WsError { implementation
600 impl fmt::Display for WsError { implementation
606 impl StdError for WsError { implementation
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/warp-0.1.19/src/
H A Dtest.rs158 pub struct WsError { struct
159 cause: Box<dyn StdError + Send + Sync>,
541 pub fn recv(&mut self) -> Result<::filters::ws::Message, WsError> { in recv() argument
558 pub fn recv_closed(&mut self) -> Result<(), WsError> { in recv_closed() argument
587 impl WsError { impl
595 impl fmt::Display for WsError { implementation
601 impl StdError for WsError { implementation
/dports/net/oha/oha-0.4.7/cargo-crates/warp-0.3.1/src/
H A Dtest.rs159 pub struct WsError { struct
160 cause: Box<dyn StdError + Send + Sync>,
580 pub async fn recv(&mut self) -> Result<crate::filters::ws::Message, WsError> { in recv() argument
592 pub async fn recv_closed(&mut self) -> Result<(), WsError> { in recv_closed() argument
617 impl WsError { implementation
625 impl fmt::Display for WsError { implementation
631 impl StdError for WsError { implementation
/dports/textproc/mdbook/mdBook-0.4.13/cargo-crates/warp-0.3.1/src/
H A Dtest.rs159 pub struct WsError { struct
160 cause: Box<dyn StdError + Send + Sync>,
580 pub async fn recv(&mut self) -> Result<crate::filters::ws::Message, WsError> { in recv() argument
592 pub async fn recv_closed(&mut self) -> Result<(), WsError> { in recv_closed() argument
617 impl WsError { impl
625 impl fmt::Display for WsError { implementation
631 impl StdError for WsError { implementation
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/async-tungstenite-0.14.0/src/
H A Dcompat.rs205 pub(crate) fn cvt<T>(r: Result<T, WsError>) -> Poll<Result<T, WsError>> { in cvt() argument
/dports/net/oha/oha-0.4.7/cargo-crates/tokio-tungstenite-0.13.0/src/
H A Dcompat.rs189 pub(crate) fn cvt<T>(r: Result<T, WsError>) -> Poll<Result<T, WsError>> { in cvt() argument
/dports/textproc/mdbook/mdBook-0.4.13/cargo-crates/tokio-tungstenite-0.13.0/src/
H A Dcompat.rs189 pub(crate) fn cvt<T>(r: Result<T, WsError>) -> Poll<Result<T, WsError>> { in cvt() argument