pub trait SelectedShape<S: Schema>: Sealed<S> + Clone {
type Output;
}Expand description
Sealed typed selected-output shape accepted by the one query facade.
Implementations are supplied for one binding, positional tuples through the canonical sixteen-slot ceiling, and derive-backed named rows.
Required Associated Types§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".