Trait timer_util::FromData

source ·
pub trait FromData<Ty> {
    fn from_data(val: Ty) -> Self;
}

Required Methods§

Implementors§