Macro sindra::annotate [] [src]

macro_rules! annotate {
    ($t:tt, $anno:ty) => { ... };
    ($t:tt) => { ... };
}