1
2
3
4
5
6
7
8
9
10
11
use crate::*;

impl<Endpoint> std::error::Error for Connect<Endpoint> where Endpoint: xwt_core::EndpointConnect {}

impl<Endpoint> std::error::Error for Accept<Endpoint> where Endpoint: xwt_core::EndpointAccept {}

impl<TAccepting> std::error::Error for Accepting<TAccepting> where TAccepting: xwt_core::Accepting {}

impl<Connect> std::error::Error for OpenBi<Connect> where Connect: xwt_core::OpenBiStream {}

impl<Connect> std::error::Error for OpenUni<Connect> where Connect: xwt_core::OpenUniStream {}