pub trait IntVariable_<VStore>:
ViewDependencies<FDEvent>
+ StoreMonotonicUpdate<VStore>
+ StoreRead<VStore>
+ Debug
+ DisplayStateful<Model>where
VStore: Collection,{ }Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".