time_macros::error

Trait WithSpan

source
trait WithSpan {
    // Required method
    fn with_span(self, span: Span) -> Self;
}

Required Methods§

source

fn with_span(self, span: Span) -> Self

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl WithSpan for TokenTree

source§

fn with_span(self, span: Span) -> Self

Implementors§