Trait jmespath::ToJmespath [] [src]

pub trait ToJmespath {
    fn to_jmespath(self) -> Rcvar;
}

Converts a value into a reference-counted JMESPath Variable.

There is a generic serde Serialize implementation. Since this documentation was compiled with the specialized feature turned off, this is the only implementation available.

(If the specialized feature were turned on, there there would be a number of additional specialized implementations for ToJmespath built into the library that should work for most cases.)

Required Methods

Implementors