nu_protocol::span

Trait GetSpan

Source
pub trait GetSpan {
    // Required method
    fn get_span(&self, span_id: SpanId) -> Span;
}

Required Methods§

Source

fn get_span(&self, span_id: SpanId) -> Span

Implementors§

Source§

impl<'a> GetSpan for &'a EngineState

Source§

impl<'a> GetSpan for &'a StateWorkingSet<'a>