pub trait Convenient: PartialEq + Clone + Debug + '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