Skip to main content

ErasedIptEstablisher

Type Alias 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.