Trait CliNodeTypes

Source
pub trait CliNodeTypes: NodeTypes + NodeTypesForProvider { }
Expand description

Helper trait with a common set of requirements for the [NodeTypes] in CLI.

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<N> CliNodeTypes for N
where N: NodeTypes + NodeTypesForProvider,