[][src]Function ejdb_sys::bson_append_double

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

Append an double to a bson.

@param b the bson to append to. @param name the key for the double. @param d the double to append.

@return BSON_OK or BSON_ERROR.