AggregatorTypeData

Type Alias AggregatorTypeData 

Source
pub type AggregatorTypeData<S> = TypeData<<S as CustomSchema>::CustomAggregatorTypeKind, RustTypeId>;

Aliased Type§

pub struct AggregatorTypeData<S> {
    pub kind: TypeKind<<S as CustomSchema>::CustomAggregatorTypeKind, RustTypeId>,
    pub metadata: TypeMetadata,
    pub validation: TypeValidation<<<S as CustomSchema>::CustomAggregatorTypeKind as CustomTypeKind<RustTypeId>>::CustomTypeValidation>,
}

Fields§

§kind: TypeKind<<S as CustomSchema>::CustomAggregatorTypeKind, RustTypeId>§metadata: TypeMetadata§validation: TypeValidation<<<S as CustomSchema>::CustomAggregatorTypeKind as CustomTypeKind<RustTypeId>>::CustomTypeValidation>