Type Alias garage_db::TxValueIter

source ·
pub type TxValueIter<'a> = Box<dyn Iterator<Item = TxOpResult<(Value, Value)>> + 'a>;

Aliased Type§

struct TxValueIter<'a>(/* private fields */);