pub trait Key {
    fn key(&self) -> Pubkey;
}

Required methods

Implementors