Trait JSONPathIndex

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

Required Methods§

Source

fn jsonpath(&self) -> String

Implementations on Foreign Types§

Source§

impl JSONPathIndex for str

Source§

impl JSONPathIndex for usize

Source§

impl JSONPathIndex for String

Source§

impl<'a, T> JSONPathIndex for &'a T
where T: ?Sized + JSONPathIndex,

Implementors§