input, dsl: cleanup
Some checks are pending
/ build (push) Waiting to run

This commit is contained in:
🪞👃🪞 2025-05-09 01:38:18 +03:00
parent b7bb6119aa
commit 22d63eed9c
4 changed files with 1 additions and 112 deletions

View file

@ -1,5 +1,3 @@
use crate::*;
/** Implement `Command` for given `State` and `handler` */
#[macro_export] macro_rules! command {
($(<$($l:lifetime),+>)?|$self:ident:$Command:ty,$state:ident:$State:ty|$handler:expr) => {