[][src]Function cql_storage_type_testing_lib::benches::read_stream::_4d_read_populated_location_1_1_1_1_to_1_1_1_1

pub fn _4d_read_populated_location_1_1_1_1_to_1_1_1_1<'a, TStore: CqlStreamReadable + CqlWritable>(
    db_location: &'a str,
    value: TStore::ValueType,
    unpack_stream: &'a dyn Fn(&mut Cursor<Vec<u8>>, usize, &mut [TStore::ValueType])
) -> impl Fn() + 'a where
    TStore::ValueType: Default