Skip to main content

get_field_json

Function get_field_json 

Source
fn get_field_json<T: DeserializeOwned>(
    json: &mut Value,
    error_sink: &mut Vec<(String, Error)>,
    field: &'static str,
    alias: Option<&'static str>,
) -> Option<T>