Macro impl_screen_cursor

Source
macro_rules! impl_screen_cursor {
    ($($n:ident),* for $ty:ty) => { ... };
}
Expand description

Create the implementation of HasScreenCursor for the given list of struct members.