pub trait ClusterEnabled {
// Provided methods
fn mainnet(&self) -> bool { ... }
fn testnet(&self) -> bool { ... }
fn devnet(&self) -> bool { ... }
fn localnet(&self) -> bool { ... }
}pub trait ClusterEnabled {
// Provided methods
fn mainnet(&self) -> bool { ... }
fn testnet(&self) -> bool { ... }
fn devnet(&self) -> bool { ... }
fn localnet(&self) -> bool { ... }
}