pub trait AbstractPtError:
Error
+ HasKind
+ HasRetryTime
+ Send
+ Sync
+ Debug { }
Expand description
The error type returned by a pluggable transport manager.
pub trait AbstractPtError:
Error
+ HasKind
+ HasRetryTime
+ Send
+ Sync
+ Debug { }
The error type returned by a pluggable transport manager.