[][src]Function ejdb_sys::bson_append_finish_object

pub unsafe extern "C" fn bson_append_finish_object(b: *mut bson) -> c_int

Finish appending a new object or array to a bson.

@param b the bson to append to.

@return BSON_OK or BSON_ERROR.