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

Required Methods§

Implementations on Foreign Types§

Implementors§