1
2
3
4
5
6
manual_braid! {
    /// An EventSub Subscription ID
    pub struct EventSubId;
    pub struct EventSubIdRef;
}
impl_extra!(EventSubId, EventSubIdRef);