pub trait Selectable<S: Schema>: Sealed + Copy {
type Output;
}Expand description
Sealed resolution from one selected binding to its typed query output.
Required Associated Types§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".