Skip to main content

extract

Function extract 

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