logo
pub trait Webhook: Sized {
    fn meta() -> Vec<MetaWebhook>
Notable traits for Vec<u8, A>
impl<A> Write for Vec<u8, A> where
    A: Allocator
;
fn register(registry: &mut Registry); }
Expand description

Represents a webhook object.

Required methods

Gets metadata of this webhooks object.

Register some types to the registry.

Implementations on Foreign Types

Implementors