pub fn saved_state_roots() -> impl Iterator<Item = &'static MessageDescription<'static>>Expand description
Gets the message descriptions for all types deriving SavedStateRoot.
This can be used with
DescriptorWriter to write
.proto files for the saved states.