pub trait LabelExt: Sized {
// Provided method
fn label<K: LabelKey>(self, _key: K) -> Labeled<K, Self> { ... }
}Expand description
Files a selected item under a declared name: the way to select the same expression twice, and the way out of two tables’ same-named columns colliding.
Provided Methods§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".