Trait sonic_rs::PointerTrait
source · pub trait PointerTrait {
// Required methods
fn key(&self) -> Option<&str>;
fn index(&self) -> Option<usize>;
}Expand description
PointerTrait is a trait for the node in json pointer path.