☰
SerializableAny
Implementors
In egui::util::id_type_map
?
Trait
egui
::
util
::
id_type_map
::
SerializableAny
source
·
[
−
]
pub trait SerializableAny: 'static +
Any
+
Clone
+ for<'a>
Send
+
Sync
{ }
Implementors
source
impl<T>
SerializableAny
for T
where
T: 'static +
Any
+
Clone
+ for<'a>
Send
+
Sync
,