rmk-macro 0.8.0

Proc-macro crate of RMK
Documentation
1
2
3
4
5
6
7
8
//! Configuration types for event system macros.

use syn::Path;

/// Input device publishing config.
pub struct InputDeviceConfig {
    pub event_type: Path,
}