semantic_id/helpers/
mod.rs

1pub trait SemanticKey: Send + Sync {
2    const KEY: &'static str;
3}