Trait Spannable

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

Required Methods§

Source

fn span_id(&self) -> String

Source

fn span_type(&self) -> &'static str

Implementors§