Struct rsonpath_lib::engine::main::MainEngine
source · pub struct MainEngine<'q> { /* private fields */ }
Expand description
Main engine for a fixed JSONPath query.
The engine is stateless, meaning that it can be executed on any number of separate inputs, even on separate threads.
Trait Implementations§
source§impl Compiler for MainEngine<'_>
impl Compiler for MainEngine<'_>
§type E<'q> = MainEngine<'q>
type E<'q> = MainEngine<'q>
Concrete type of the
Engines
created,
parameterized with the lifetime of the input query.