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