[][src]Function ejdb_sys::bson_iterator_subiterator

pub unsafe extern "C" fn bson_iterator_subiterator(
    i: *const bson_iterator,
    sub: *mut bson_iterator
)

Get a bson_iterator that on the BSON subobject.

@param i the bson_iterator. @param sub the iterator to point at the BSON subobject.