Trait egui::cache::CacheTrait
source · pub trait CacheTrait:
'static
+ Send
+ Sync {
// Required methods
fn update(&mut self);
fn len(&self) -> usize;
fn as_any_mut(&mut self) -> &mut dyn Any;
}
Expand description
A cache, storing some value for some length of time.