Skip to main content

Network

Trait Network 

Source
pub trait Network: ValidatorNodeProvider + AutoTraits { }
Expand description

The provider of validator nodes used to communicate with the network.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<_INNER> Network for _INNER