pub trait AggregateTuple<S: Schema>: Sealed<S> {
type Output;
}Expand description
Sealed tuple of typed reducer terms through the sixteen-slot ceiling.
Required Associated Types§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".