pub trait JSONPathIndex: Index {
    fn jsonpath(&self) -> String;
}

Required Methods§

Implementations on Foreign Types§

Implementors§