Skip to main content

AbstractPtError

Trait AbstractPtError 

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

The error type returned by a pluggable transport manager.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§