pub trait ClipExt { // Required method fn clip(self) -> Clip; }
A trait that adds a clip method to any type that implements IntoView.
clip
IntoView
Wrap the view in a clip view.