pub type FullView = cursive::views::IdView>; pub fn dialog(s: &str) -> impl cursive::view::View { cursive::views::Panel::new(cursive::views::Dialog::info(s)) }