pub trait Spannable { // Required methods fn span_id(&self) -> String; fn span_type(&self) -> &'static str; }