pub trait KeyDomain: Clone + Debug + Send + Sync { // Provided method fn fallback(&self) -> Option<Self> { ... } }