[][src]Function rawstdraw::setup

pub fn setup(
    window_title: &str,
    dimensions: Size,
    app: Box<dyn App + Sync>
) -> Result<(), i32>