[−][src]Function ejdb_sys::bson_iterator_key
pub unsafe extern "C" fn bson_iterator_key(
i: *const bson_iterator
) -> *const c_char
Get the key of the BSON object currently pointed to by the iterator.
@param i the bson_iterator
@return the key of the current BSON object.