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