Trait patternfly_yew::IntoAction[][src]

pub trait IntoAction {
    fn into_action<S: ToString>(self, label: S) -> Action;
}

Required methods

fn into_action<S: ToString>(self, label: S) -> Action[src]

Loading content...

Implementations on Foreign Types

impl IntoAction for Callback<()>[src]

Loading content...

Implementors

Loading content...