[][src]Function ejdb_sys::bson_append_bson

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

Append bson data to a bson.

@param b the bson to append to. @param name the key for the bson data. @param bson the bson object to append.

@return BSON_OK or BSON_ERROR.