Function bson_iterator_subiterator

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

Get a bson_iterator that on the BSON subobject.

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