macro_loop 0.4.3

A macro for writing repetitive Rust code using loops, conditionals, and bindings
Documentation
1
2
3
4
5
use proc_macro2::Span;

pub trait Spanned {
    fn span(&self) -> Span;
}