Function interchange::json::build_row_schema_fields[][src]

pub(crate) fn build_row_schema_fields<F: FnMut() -> String>(
    columns: &[(ColumnName, ColumnType)],
    names_seen: &mut HashSet<String>,
    namer: &mut F
) -> Vec<Value>
Notable traits for Vec<u8, A>
impl<A> Write for Vec<u8, A> where
    A: Allocator