[][src]Function ejdb_sys::bson_iterator_init

pub unsafe extern "C" fn bson_iterator_init(
    i: *mut bson_iterator,
    b: *const bson
)

Initialize a bson_iterator.

@param i the bson_iterator to initialize. @param bson the BSON object to associate with the iterator.