macro_rules! impl_pos {
(
$(
$(#[$attr:meta])*
$vis:vis struct $ident:ident($inner_vis:vis $inner_ty:ty);
)*
) => { ... };
}
Expand description
Generate one-component tuple structs that implement the Pos
trait.