pub fn global_network() -> &'static dyn Network
Available on crate feature net only.
Expand description

Get the globally registered instance of Network.

§Panic

You should call register_global_network first to register implementation, otherwise this function will cause a panic with Call register_global_network first