pub fn extract<T, M: JsonMap>(
map: &mut M,
key: &str,
url: &str,
) -> Result<T, RedfishError>where
T: DeserializeOwned,pub fn extract<T, M: JsonMap>(
map: &mut M,
key: &str,
url: &str,
) -> Result<T, RedfishError>where
T: DeserializeOwned,