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