[][src]Function hina::app::run_with_result

pub fn run_with_result<F, R, E>(run: F) where
    F: FnOnce() -> Result<R, E>,