[][src]Function ejdb_sys::bson_iterator_subobject

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

Get the BSON subobject currently pointed to by the iterator.

@param i the bson_iterator. @param sub the BSON subobject destination.