Function bson_iterator_string

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

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

@param i the bson_iterator

@return the value of the current BSON object.