NumPitch

Trait NumPitch 

Source
pub trait NumPitch: RawPitch + Numerical { }
Expand description

NumPitch extends the RawPitch trait with additional capabilities for numerical types. The trait is automatically implemented for all

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<T> NumPitch for T
where T: RawPitch + Numerical,