Function bson_iterator_date

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

Get the date value of the BSON object currently pointed to by the iterator.

@param i the bson_iterator

@return the date value of the current BSON object.