Skip to main content

Clipped

Trait Clipped 

Source
pub trait Clipped {
    // Provided method
    fn clip(&self) -> bool { ... }
}
Expand description

Trait for components that clip their content to their bounds.

Provided Methods§

Source

fn clip(&self) -> bool

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§