Skip to main content

CollectionSemanticsExt

Trait CollectionSemanticsExt 

Source
pub trait CollectionSemanticsExt {
    // Required method
    fn with_collection_position(self, index: usize, count: usize) -> Self;
}

Required Methods§

Source

fn with_collection_position(self, index: usize, count: usize) -> Self

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.

Implementations on Foreign Types§

Source§

impl CollectionSemanticsExt for PressableA11y

Source§

fn with_collection_position(self, index: usize, count: usize) -> Self

Implementors§