pub type CellStartupErrors = Vec<(CellId, CellError)>;
Expand description

A list of Cells which failed to start, and why

Aliased Type§

struct CellStartupErrors { /* private fields */ }