Skip to main content

RawCountDownGpt

Type Alias RawCountDownGpt 

Source
pub type RawCountDownGpt<const N: u8> = RawCountDown<Gpt<N>>;
Expand description

A count down timer over a GPT.

Aliased Type§

pub struct RawCountDownGpt<const N: u8> { /* private fields */ }

Implementations§

Source§

impl<const N: u8> RawCountDownGpt<N>

Source

pub fn from_gpt(gpt: Gpt<N>) -> Self

Create a count down timer from a GPT.