Skip to main content

IntVariable_

Trait IntVariable_ 

Source
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".

Implementors§

Source§

impl<R, VStore> IntVariable_<VStore> for R