macro_rules! CHRusty_parse {
($exp:literal as $ty:ty) => { ... };
($exp:ident as $ty:ty) => { ... };
(($exp:expr) as $ty:ty) => { ... };
}macro_rules! CHRusty_parse {
($exp:literal as $ty:ty) => { ... };
($exp:ident as $ty:ty) => { ... };
(($exp:expr) as $ty:ty) => { ... };
}