macro_rules! parse {
($s:literal => $ty:ty) => { ... };
($s:literal) => { ... };
($ts:expr => $ty:ty) => { ... };
($ts:expr) => { ... };
}macro_rules! parse {
($s:literal => $ty:ty) => { ... };
($s:literal) => { ... };
($ts:expr => $ty:ty) => { ... };
($ts:expr) => { ... };
}