pub trait IsFormat {
    const FORMAT: AudioFormat;
}
Expand description

The traint for format marker types

Required Associated Constants

Implementations on Foreign Types

Implementors