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