as the roots undo
Adds a SimpleSerialize
implementation for the Root
type defined in this crate.
Without this implementation, ssz_rs
users cannot define types that use Root
as "summaries" of their committed data. Due to rules of the Rust trait system, this implementation needs to live in this crate and cannot be defined externally.