Runtimes

Type Alias Runtimes 

Source
pub type Runtimes<'a> = Box<dyn Iterator<Item = Runtime> + 'a>;

Aliased Type§

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