CounterFunctionType

Type Alias CounterFunctionType 

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

Counter function type

Aliased Typeยง

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