Skip to main content

InlineDfirErased

Type Alias InlineDfirErased 

Source
pub type InlineDfirErased = InlineDfir<TickClosureErased>;
Expand description

Type alias for a type-erased [InlineDfir] that can be stored in heterogeneous collections. Created via [InlineDfir::into_erased].

Aliased Typeยง

pub struct InlineDfirErased { /* private fields */ }