Trait atsamd_hal::typelevel::Increment
source · [−]pub trait Increment: PrivateIncrement { }
Expand description
Trait mapping each countable type to its successor
This trait maps each countable type to its corresponding successor type. The
actual implementation of this trait is contained within PrivateIncrement
.
Access to PrivateIncrement
is restricted, so that safe HAL APIs can be
built with it.