gtk4::subclass::section_model

Trait SectionModelImpl

Source
pub trait SectionModelImpl: ListModelImpl {
    // Provided method
    fn section(&self, position: u32) -> (u32, u32) { ... }
}
Available on crate feature v4_12 only.

Provided Methods§

Source

fn section(&self, position: u32) -> (u32, u32)

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§