Files
wiwi_macro_decl/
lsl.rs
1
#[macro_export]
2
macro_rules!
state {
3
(
$state
:ident) => {
stringify!
(
$state
) }
4
}