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