Skip to main content

BareStepSetWidgetRefExt

Trait BareStepSetWidgetRefExt 

Source
pub trait BareStepSetWidgetRefExt {
    // Required method
    fn bare_step_set(&self, paths: &[&[LiveId]]) -> BareStepSet;
}

Required Methods§

Source

fn bare_step_set(&self, paths: &[&[LiveId]]) -> BareStepSet

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§