Function ra_ap_rust_analyzer::from_json

source ·
pub fn from_json<T: DeserializeOwned>(
    what: &'static str,
    json: &Value
) -> Result<T>