Skip to main content

parse_json_coerce_default

Function parse_json_coerce_default 

Source
pub(crate) fn parse_json_coerce_default<T: SolValue>(
    json: &str,
    path: &str,
    ty: &DynSolType,
    default: &T,
) -> Result