Trait anychain_core::network::Network
source · pub trait Network: Copy + Clone + Debug + Display + FromStr + Send + Sync + 'static + Eq + Ord + Sized + Hash {
const NAME: &'static str;
}
Expand description
The interface for a generic network.