macro_rules! version {
($pat:pat) => { ... };
}Available on crate feature
alloc and (crate features formatting or parsing) only.macro_rules! version {
($pat:pat) => { ... };
}alloc and (crate features formatting or parsing) only.