pub trait SelectionExt: Selection + Sized {
// Provided method
fn alias(self, alias: &'static str) -> AliasedSelection<Self> { ... }
}Provided Methods§
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".