1 2 3 4 5
#[derive(Debug, Clone, PartialEq, Eq)] pub(crate) struct Collation { pub(crate) uri: Option<String>, pub(crate) default: bool, }