Skip to main content

RadioToolButtonExt

Trait RadioToolButtonExt 

Source
pub trait RadioToolButtonExt:
    IsA<RadioToolButton>
    + Sealed
    + 'static {
    // Provided method
    fn group(&self) -> Vec<RadioButton> { ... }
}
Expand description

Trait containing all RadioToolButton methods.

§Implementors

RadioToolButton

Provided Methods§

Source

fn group(&self) -> Vec<RadioButton>

Returns the radio button group self belongs to.

§Returns

The group self belongs to.

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§