[][src]Function ejdb_sys::bson_iterator_bin_len

pub unsafe extern "C" fn bson_iterator_bin_len(i: *const bson_iterator) -> c_int

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

@param i the bson_iterator

@return the length of the current BSON binary object.