1 2 3 4 5 6 7
crate::define_id!(TraceId, generate, schema); impl TraceId { pub fn system() -> Self { Self("system".to_string()) } }