7 lines
205 B
Rust
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 {
|
|
|
|
}
|