Trait libhelium::subclass::prelude::CellAreaClassExt
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§
fn find_cell_property(&self, property_name: &str) -> Option<ParamSpec>
fn list_cell_properties(&self) -> Vec<ParamSpec>
Object Safety§
This trait is not object safe.