Type Definition garage_db::TxValueIter

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