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