pub trait DeserializeJsonWithPath {
    fn json_with_path<T: DeserializeOwned>(self) -> Result<T>;
}

Required methods

Implementations on Foreign Types

Implementors