Skip to main content

WebhookAccount

Trait WebhookAccount 

Source
pub trait WebhookAccount {
    // Required method
    fn pubkey(&self) -> Pubkey;
}
Expand description

WebhookAccount …

Required Methods§

Source

fn pubkey(&self) -> Pubkey

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl WebhookAccount for Account<'_, Webhook>

Source§

fn pubkey(&self) -> Pubkey

Implementors§