pub trait BareStepSetWidgetSetExt {
// Required methods
fn bare_step_set(&self, paths: &[&[LiveId]]) -> BareStepSet;
fn as_bare_step_set(&self) -> BareStepSet;
}Required Methods§
fn bare_step_set(&self, paths: &[&[LiveId]]) -> BareStepSet
fn as_bare_step_set(&self) -> BareStepSet
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".