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