Trait openlibspot_playback::audio_backend::Open
source · pub trait Open {
// Required method
fn open(_: Option<String>, format: AudioFormat) -> Self;
}
Required Methods§
fn open(_: Option<String>, format: AudioFormat) -> Self
Object Safety§
This trait is not object safe.