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