[][src]Type Definition tari_comms::backoff::BoxedBackoff

type BoxedBackoff = Box<dyn Backoff + Send + Sync>;

Trait Implementations