Trait synthez::spanned::IntoSpan[][src]

pub trait IntoSpan: Sealed {
    fn into_span(self) -> Span;
}
Expand description

Helper coercion for Span and Spanned types to use in function arguments.

Required methods

Returns the coerced Span.

Implementations on Foreign Types

Implementors