1 2 3 4 5 6 7
crate::define_id!(PolicyVersion); impl PolicyVersion { pub fn unversioned() -> Self { Self("unversioned".to_string()) } }