pub trait IntoArgs { // Required method fn into_args(self, fallback: Span) -> Args; }
Things that can be used as arguments.
Convert into arguments, attaching the fallback span in case Self doesn’t have a span.
fallback
Self