pub trait GroupAccess { // Required methods fn get_owner(&self) -> &Pubkey; fn get_delegate(&self) -> &Pubkey; }