pub trait State: Sized + Clone + Default + Debug + Subdividable { }
Expand description

Trait that describes QDF space state.

Implementations on Foreign Types§

Implementors§