Function respo::util::cast_from_json

source ·
pub fn cast_from_json<T>(data: &Value) -> Twhere
    T: DeserializeOwned + Clone,