Trait PromptInputWidgetActionsExt

Source
pub trait PromptInputWidgetActionsExt {
    // Required method
    fn prompt_input(&self, path: &[LiveId]) -> PromptInputRef;
}

Required Methods§

Source

fn prompt_input(&self, path: &[LiveId]) -> PromptInputRef

Implementations on Foreign Types§

Source§

impl PromptInputWidgetActionsExt for Actions

Source§

fn prompt_input(&self, path: &[LiveId]) -> PromptInputRef

Implementors§