Trait egui::any::AnyMapTrait[][src]

pub trait AnyMapTrait: 'static + Any + Clone + Send + Sync { }

Implementors

impl<T: 'static + Any + Clone + Send + Sync> AnyMapTrait for T[src]

Loading content...