Function bson_iterator_time_t

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

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

@param i the bson_iterator

@return the time value of the current BSON object.