Type Alias tor_hsservice::ipt_mgr::ErasedIptEstablisher

source ยท
type ErasedIptEstablisher = dyn Any + Send + Sync + 'static;
Expand description

Type-erased version of Box<IptEstablisher>

The real type is M::IptEstablisher. We use Box<dyn Any> to avoid propagating the M type parameter to Ipt etc.