Struct foxbox_taxonomy::parse::Path
[−]
[src]
pub struct Path { // some fields omitted }
A path in the JSON tree. Used for displaying error messages.
Methods
impl Path
fn new() -> Self
Create an empty Path.
fn push_str<F, T>(&self, suffix: &str, cb: F) -> T where F: FnOnce(Path) -> T
Push a suffix after a path.