Type Definition cursive_core::views::ViewRef

source ·
pub type ViewRef<V> = OwningHandle<RcRef<RefCell<V>>, RefMut<'static, V>>;
Expand description

Mutable reference to a view.

This behaves like a RefMut, but without being tied to a lifetime.