[][src]Function blinds::run

pub fn run<F, T>(settings: Settings, app: F) -> ! where
    T: 'static + Future<Output = ()>,
    F: 'static + FnOnce(Window, EventStream) -> T,