[][src]Function ejdb_sys::bson_append_start_array

pub unsafe extern "C" fn bson_append_start_array(
    b: *mut bson,
    name: *const c_char
) -> c_int

Start appending a new array to a bson.

@param b the bson to append to. @param name the name of the new array.

@return BSON_OK or BSON_ERROR.