RawQuality

Trait RawQuality 

Source
pub trait RawQuality
where Self: Send + Sync + AsRef<str> + Borrow<str> + Debug + Display,
{ // Required method fn name(&self) -> &str; }
Expand description

Quality is a sealed marker trait used to define compatible intervallic qualities.

Required Methods§

Source

fn name(&self) -> &str

returns the name of the current quality

Implementors§