[][src]Trait json_utils::query::PathComponent

pub trait PathComponent<'a> {
    fn as_str_slice(&self) -> &str;
}

Required methods

fn as_str_slice(&self) -> &str

Loading content...

Implementations on Foreign Types

impl<'a> PathComponent<'a> for &'a str[src]

impl<'a> PathComponent<'a> for &'a String[src]

Loading content...

Implementors

Loading content...