[−][src]Function ejdb_sys::bson_append_finish_array
pub unsafe extern "C" fn bson_append_finish_array(b: *mut bson) -> c_int
Finish appending a new object or array to a bson. This is simply an alias for bson_append_finish_object.
@param b the bson to append to.
@return BSON_OK or BSON_ERROR.