Expand description
RestoreError
Returned by Node::restore(snapshot) when the snapshot can’t be
reconciled with the current Node’s installed modules + wire types.
Distinct from crate::concrete::RestoreError, which is the
per-component deserialization error type that this enum wraps.
Enums§
- Restore
Error - Errors surfaced by
Node::restore(the public surface arrives in the commit that landssrc/node.rs).