pub trait ClipExt {
// Required method
fn clip(self) -> Clip;
}Expand description
A trait that adds a clip method to any type that implements IntoView.
Required Methods§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".