pub trait Open {
    // Required method
    fn open(_: Option<String>, format: AudioFormat) -> Self;
}

Required Methods§

source

fn open(_: Option<String>, format: AudioFormat) -> Self

Object Safety§

This trait is not object safe.

Implementors§