[][src]Function ejdb_sys::ejdbloadbson

pub unsafe extern "C" fn ejdbloadbson(
    coll: *mut EJCOLL,
    oid: *const bson_oid_t
) -> *mut bson

Load BSON object with specified 'oid'. If loaded bson is not NULL it must be freed by bson_del(). @param coll @param oid @return BSON object if exists otherwise return NULL.