macro_rules! export_mode {
($t:ty $(,)?) => { ... };
}Expand description
Declare a mode to be exported by this crate.
This declares a public #[no_mangle] static item named mode
which Rofi reads in from your plugin cdylib.
macro_rules! export_mode {
($t:ty $(,)?) => { ... };
}Declare a mode to be exported by this crate.
This declares a public #[no_mangle] static item named mode
which Rofi reads in from your plugin cdylib.