pub trait DataSamplewhere
    Self: Sized,
{ fn get_depth(_: Option<Self>) -> AudioDepth; }

Required Methods§

Implementations on Foreign Types§

Implementors§