pub unsafe trait CellAreaClassSubclassExt: ClassStruct {
fn find_cell_property(&self, property_name: &str) -> Option<ParamSpec> { ... }
fn list_cell_properties(&self) -> Vec<ParamSpec> { ... }
}
pub unsafe trait CellAreaClassSubclassExt: ClassStruct {
fn find_cell_property(&self, property_name: &str) -> Option<ParamSpec> { ... }
fn list_cell_properties(&self) -> Vec<ParamSpec> { ... }
}