Trait AbstractPtError

Source
pub trait AbstractPtError:
    Error
    + HasKind
    + HasRetryTime
    + Send
    + Sync
    + Debug { }
Expand description

The error type returned by a pluggable transport manager.

Implementorsยง