Type Definition scabbard::service::StateIter[][src]

type StateIter = Box<dyn Iterator<Item = Result<(String, Vec<u8>), ScabbardStateError>>>;

Iterator over entries in a Scabbard service’s state