Trait dep_obj::Convenient[][src]

pub trait Convenient: Clone + Debug + Send + Sync + 'static { }
Expand description

A type should satisfy this trait to be a dependency property type, a dependency vector item type, or a flow data type.

Implementors