macro_rules! reexport_unchanged_types {
($($t:ident),+ $(,)?) => { ... };
}
Expand description
Re-export types which have not changed across any minor version.
macro_rules! reexport_unchanged_types {
($($t:ident),+ $(,)?) => { ... };
}
Re-export types which have not changed across any minor version.