libadwaita::subclass::prelude

Trait CellAreaClassExt

source
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§

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.

Implementors§

source§

impl<T> CellAreaClassExt for T
where T: ClassStruct,