Struct rsonpath_lib::engine::recursive::RecursiveEngine
source · pub struct RecursiveEngine<'q> { /* private fields */ }
Expand description
Recursive implementation of the JSONPath query engine.
Trait Implementations§
source§impl Compiler for RecursiveEngine<'_>
impl Compiler for RecursiveEngine<'_>
§type E<'q> = RecursiveEngine<'q>
type E<'q> = RecursiveEngine<'q>
Concrete type of the
Engines
created,
parameterized with the lifetime of the input query.