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

Provided Methods§

Implementors§