pub trait FromSpan { fn from_span(span: Span) -> Self; }
See SpanExt#as_token for usage. Create tokens from Span.