//! 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 { }