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>