SectionModelImpl

Trait SectionModelImpl 

Source
pub trait SectionModelImpl: ListModelImpl + ObjectSubclass
where Self::Type: IsA<SectionModel>,
{ // Provided method fn section(&self, position: u32) -> (u32, u32) { ... } }

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§