cacao/appkit/collection_view/traits.rs

7 lines
205 B
Rust

//! Traits used for `CollectionView` controllers. More or less maps to the iOS/macOS routines,
//! mapping over the differences between them where appropriate.
pub trait CollectionViewController {
}