[][src]Function ejdb_sys::bson_iterator_bin_data

pub unsafe extern "C" fn bson_iterator_bin_data(
    i: *const bson_iterator
) -> *const c_char

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

@param i the bson_iterator

@return the value of the current BSON binary object.