Skip to main content

NodeState

Trait NodeState 

Source
pub trait NodeState: Sealed { }
Expand description

Sealed trait describing valid Node lifecycle states.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl NodeState for Attached

Available on non-WebAssembly only.
Source§

impl NodeState for Init

Available on non-WebAssembly only.
Source§

impl NodeState for Registered

Available on non-WebAssembly only.