CacheData

Trait CacheData 

Source
pub trait CacheData: Default + Clone {
    // Required method
    fn time(&self) -> NaiveTime;
}

Required Methods§

Source

fn time(&self) -> NaiveTime

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§