pub trait AggStatus {
type Status;
}Expand description
Fold the aggregate statuses of a tuple of expressions.
For a 1-tuple, returns the single element’s status.
For N-tuples, folds pairwise using CombineAggStatus.
Required Associated Types§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".