Trait PromptInputSetWidgetRefExt

Source
pub trait PromptInputSetWidgetRefExt {
    // Required method
    fn prompt_input_set(&self, paths: &[&[LiveId]]) -> PromptInputSet;
}

Required Methods§

Source

fn prompt_input_set(&self, paths: &[&[LiveId]]) -> PromptInputSet

Implementations on Foreign Types§

Source§

impl PromptInputSetWidgetRefExt for WidgetRef

Source§

fn prompt_input_set(&self, paths: &[&[LiveId]]) -> PromptInputSet

Implementors§