Trait oak_runtime::stream::StreamSpan [] [src]

pub trait StreamSpan {
    type Output;
    fn stream_span(&self) -> Self::Output;
}

Associated Types

Required Methods

Implementors