parse_webhook

Function parse_webhook 

Source
pub fn parse_webhook(
    topic: WebhookTopic,
    payload: &str,
) -> Result<WebhookPayload, WebhookParseError>