Skip to main content

panel

Function panel 

Source
pub fn panel<T>(session: &Session<T, Board>) -> Vec<String>
Expand description

The panel drawn after each run: the board, then where it came from.

Names Session<T, Board> — a concrete state, still no transport bound.