Trait exmex::DataType

source ·
pub trait DataType: Clone + FromStr + Debug + Default { }
Expand description

Gathers Clone, FromStr, Debug, and Default in one trait. Every type that is used as value needs to implement at least this.

Object Safety§

This trait is not object safe.

Implementors§