pub unsafe extern "C" fn bson_iterator_subobject(
i: *const bson_iterator,
sub: *mut bson,
)Expand description
Get the BSON subobject currently pointed to by the iterator.
@param i the bson_iterator. @param sub the BSON subobject destination.