pub trait DisplayAudioSetWidgetRefExt {
    // Required method
    fn display_audio_set(&self, paths: &[&[LiveId]]) -> DisplayAudioSet;
}

Required Methods§

source

fn display_audio_set(&self, paths: &[&[LiveId]]) -> DisplayAudioSet

Implementations on Foreign Types§

source§

impl DisplayAudioSetWidgetRefExt for WidgetRef

source§

fn display_audio_set(&self, paths: &[&[LiveId]]) -> DisplayAudioSet

Implementors§