pub trait Periodic { }
Expand description

Marker trait that indicates that a timer is periodic

Implementors

impl<TC> Periodic for TimerCounter<TC>