Trait patternfly_yew::IntoAction[][src]

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

Required methods

Implementations on Foreign Types

Implementors