pub trait CssIsParenable {
// Provided method
fn is_parenable(&self) { ... }
}Provided Methods§
fn is_parenable(&self)
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
pub trait CssIsParenable {
// Provided method
fn is_parenable(&self) { ... }
}This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".