pub type Function<N> = FunctionCore<N, Instruction<N>, Command<N>>;

Aliased Type§

struct Function<N> { /* private fields */ }