/// [`Channel::engage_padding_activities`]: tor_proto::channel::Channel::engage_padding_activities
/// Number of inbound channels that we tried to build but had an [`Error::UnusableTarget`] error.
/// Number of inbound channels that we tried to build but had an [`Error::PendingFailed`] error.
/// Number of inbound channels that we tried to build but had an [`Error::IdentityConflict`] error.
/// Number of inbound channels that we tried to build but had an [`Error::NoSuchTransport`] error.
/// Number of inbound channels that we tried to build but had an [`Error::RequestCancelled`] error.
fn new(channels: &'a state::MgrState<CF>, handle: PendingChannelHandle, send: Sending) -> Self {
fn new_test_abstract_chanmgr<R: Runtime>(runtime: R) -> AbstractChanMgr<FakeChannelFactory<R>> {