Function bson_iterator_type

Source
pub unsafe extern "C" fn bson_iterator_type(
    i: *const bson_iterator,
) -> bson_type
Expand description

Get the type of the BSON object currently pointed to by the iterator.

@param i the bson_iterator

@return the type of the current BSON object.