Skip to main content

SelectionExt

Trait SelectionExt 

Source
pub trait SelectionExt: Selection + Sized {
    // Provided method
    fn alias(self, alias: &'static str) -> AliasedSelection<Self> { ... }
}

Provided Methods§

Source

fn alias(self, alias: &'static str) -> AliasedSelection<Self>

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§