pub trait OverlayExt { // Required method fn overlay(self) -> Overlay; }
A trait that adds an overlay method to any type that implements IntoView.
overlay
IntoView
Wrap the view in an overlay.