Type Definition scabbard::service::StateIter

source · []
pub type StateIter = Box<dyn Iterator<Item = Result<(String, Vec<u8>), ScabbardStateError>>>;
Expand description

Iterator over entries in a Scabbard service’s state