pub trait AsKeyRef {
    fn as_key_ref(&self) -> &Pubkey;
}
Expand description

Defines the Pubkey of an account, fetching it as a reference.

Required Methods

Returns the [Pubkey] of the account or key as a reference.

Implementations on Foreign Types

Implementors