pub type Id = crate::id::Id; #[derive(Clone, Debug, Default, Eq, Hash, Ord, PartialEq, PartialOrd)] pub struct Conversation; impl crate::id::Prefix for Conversation { fn prefix(&self) -> &'static str { "C" } }