macro_rules! make_devnet_policy {
(v11) => { ... };
($version:tt) => { ... };
}Expand description
Creates a new devnet policy with the given version.
Works with v10 onward.
macro_rules! make_devnet_policy {
(v11) => { ... };
($version:tt) => { ... };
}Creates a new devnet policy with the given version.
Works with v10 onward.