Trait gpui2::ManagedView

source ·
pub trait ManagedView: FocusableView + EventEmitter<Manager> { }
Expand description

ManagedView is a view (like a Modal, Popover, Menu, etc.) where the lifecycle of the view is handled by another view.

Implementors§