CreateCounterFunctionType

Type Alias CreateCounterFunctionType 

Source
pub type CreateCounterFunctionType = Box<dyn Fn(isize) -> CounterFunctionType>;
Expand description

Create counter function type

Aliased Typeยง

pub struct CreateCounterFunctionType(/* private fields */);