[][src]Macro meli::shortcut_key_values

macro_rules! shortcut_key_values {
    (
        $cname:expr,
        $(#[$outer:meta])*
        pub struct $name:ident { $($fname:ident |> $fdesc:literal |> $default:expr),* }) => { ... };
}

Create a struct holding all of a Component's shortcuts.