Trait tor_chanmgr::factory::AbstractPtError

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

The error type returned by a pluggable transport manager.

Implementors§