Trait confql_data_resolver::ResolveValue[][src]

pub trait ResolveValue {
    fn merge_properties(
        _value: &mut Value,
        _data_path: &DataPath<'_>
    ) -> Result<(), DataResolverError> { ... }
fn resolve_value(
        data_path: DataPath<'_>
    ) -> Result<Value, DataResolverError> { ... }
fn resolve_vec_base(_data_path: &DataPath<'_>) -> Value { ... } }

Provided methods

Implementations on Foreign Types

Implementors