pub trait ListWizardWizardButtonMidArgs<'largs> {
fn exec(
self,
original_self: &'largs ListWizardWizardButton
) -> ListWizardWizardButton;
}
Expand description
This trait represents a set of arguments accepted by ListWizardWizardButton::mid method.