[][src]Type Definition cursive::views::ViewRef

type ViewRef<V> = OwningHandle<RcRef<RefCell<V>>, RefMut<'static, V>>;

Mutable reference to a view.

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