ExtSelW

Trait ExtSelW 

Source
pub trait ExtSelW {
    // Required method
    fn select_swstart(&mut self) -> &mut Self;
}

Required Methods§

Source

fn select_swstart(&mut self) -> &mut Self

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl<REG: ExtSelW> ExtSelW for W<REG>

Source§

fn select_swstart(&mut self) -> &mut Self

Implementors§