pub type Runtimes<'a> = Box<dyn Iterator<Item = Runtime> + 'a>;
struct Runtimes<'a>(/* private fields */);