Pitched

Trait Pitched 

Source
pub trait Pitched<T>
where T: RawPitch,
{ // Required method fn pitch(&self) -> Pitch<&T>; }
Expand description

The Pitched trait provides a method for viewing the pitch of the implementor.

Required Methods§

Source

fn pitch(&self) -> Pitch<&T>

Implementors§