macro_rules! impl_screen_cursor {
($($n:ident),* for $ty:ty) => { ... };
}Expand description
Create the implementation of HasScreenCursor for the given list of struct members.
macro_rules! impl_screen_cursor {
($($n:ident),* for $ty:ty) => { ... };
}Create the implementation of HasScreenCursor for the given list of struct members.