[][src]Function ejdb_sys::ejdbrmbson

pub unsafe extern "C" fn ejdbrmbson(
    coll: *mut EJCOLL,
    oid: *mut bson_oid_t
) -> bool

Remove BSON object from collection. The oid argument should points the primary key (_id) of the bson record to be removed. @param coll JSON collection ref. @param oid BSON object id pointer. @return