Searched defs:ConnectError (Results 1 – 1 of 1) sorted by relevance
1038 pub struct ConnectError(pub Box<dyn std::error::Error + Send + Sync>); struct1040 impl fmt::Display for ConnectError { implementation1046 impl std::error::Error for ConnectError { implementation