Trait git_branchless::tui::SingletonView
source · [−]pub trait SingletonView<V> {
fn find(siv: &mut Cursive) -> ViewRef<V>;
}
Expand description
Type-safe “singleton” view: a kind of view which is addressed by name, for which exactly one copy exists in the Cursive application.