pub trait Stepable: Copy + Clone + Debug + PartialEq + Eq + Hash + Serialize + TS { }

Implementors§

source§

impl<A> Stepable for Awhere A: Copy + Clone + Debug + PartialEq + Eq + Hash + Serialize + TS,