it's one type

This commit is contained in:
Quaternions 2024-07-31 15:48:26 -07:00
parent ccadc934ac
commit 7736a1f8a2

View File

@ -169,7 +169,7 @@ impl std::fmt::Display for Error{
}
impl std::error::Error for Error{}
//wrapper types which hold type state internally
//wrapper type which holds type state internally
pub enum Timer<T:TimerState>{
Paused(TimerFixed<T,Paused>),
Unpaused(TimerFixed<T,Unpaused>),