pub type ValidatorGetProtocolUpdateReadinessOutput = Option<String>;
pub enum ValidatorGetProtocolUpdateReadinessOutput { None, Some(String), }
No value.
Some value of type T.
T