pub trait ManagedView:
Focusable
+ EventEmitter<DismissEvent>
+ Render { }Expand description
ManagedView is a view (like a Modal, Popover, Menu, etc.) where the lifecycle of the view is handled by another view.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".