Macro rem_utils::CHRusty_parse

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