Skip to main content

json_object_native_type

Function json_object_native_type 

Source
fn json_object_native_type<I, K>(fields: I) -> JsonNativeType
where I: IntoIterator<Item = (K, JsonNativeType)>, K: Into<String>,