Skip to main content

setup

Function setup 

Source
pub fn setup(
    spec: &mut ConsoleSpec<'_>,
    signals_tx: Sender<Signal>,
) -> Result<Rc<RefCell<dyn Console>>>
Expand description

Creates the graphical console based on the given spec.