We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e37f1bb commit db6f82cCopy full SHA for db6f82c
src/values/traits.rs
@@ -23,7 +23,7 @@ macro_rules! trait_value_set {
23
}
24
25
/// Represents an aggregate value, built on top of other values.
26
-pub trait AggregateValue: AnyValue {
+pub trait AggregateValue: BasicValue {
27
/// Returns an enum containing a typed version of the `AggregateValue`.
28
fn as_aggregate_value_enum(&self) -> AggregateValueEnum {
29
AggregateValueEnum::new(self.as_value_ref())
0 commit comments