pub unsafe extern "C" fn bson_iterator_type(
i: *const bson_iterator,
) -> bson_typeExpand 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.
pub unsafe extern "C" fn bson_iterator_type(
i: *const bson_iterator,
) -> bson_typeGet 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.