pub trait BindingTypeView: PartialEq + Eq + Hash + Clone + Copy + Debug + Send + Sync + 'static { }
Expand description

A trait to be implemented for enumerated action keys.

Implementors