pub unsafe trait CellAreaClassExt: ClassStruct {
// Provided methods
fn find_cell_property(&self, property_name: &str) -> Option<ParamSpec> { ... }
fn list_cell_properties(&self) -> Vec<ParamSpec> { ... }
}
Provided Methods§
Sourcefn find_cell_property(&self, property_name: &str) -> Option<ParamSpec>
fn find_cell_property(&self, property_name: &str) -> Option<ParamSpec>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.