Type Alias ArcTimerCallback

Source
pub type ArcTimerCallback<P> = Arc<Mutex<dyn FnMut(Context<P>) -> Result<()> + Send + Sync + 'static>>;
Expand description

type definition for the functions called by a timer

Aliased Typeยง

struct ArcTimerCallback<P> { /* private fields */ }