Skip to main content

nested_named

Function nested_named 

Source
pub fn nested_named<T, F>(
    name: &'static str,
    f: F,
    json_schema_fn: Option<fn() -> Value>,
) -> NestedSchema<T, F>
where F: Fn(&Value) -> Result<T, VldError>,