IntVariable_

Trait IntVariable_ 

Source
pub trait IntVariable_<VStore>:
    ViewDependencies<FDEvent>
    + StoreMonotonicUpdate<VStore>
    + StoreRead<VStore>
    + Debug
    + DisplayStateful<Model>
where VStore: Collection,
{ }

Implementors§

Source§

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