Function bson_iterator_string_len

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

Get the string length of the BSON object currently pointed to by the iterator.

@param i the bson_iterator

@return the length of the current BSON object.