Closure

Type Alias Closure 

Source
pub type Closure<N> = ClosureCore<N, Instruction<N>>;

Aliased Typeยง

pub struct Closure<N> { /* private fields */ }