1
2
3
4
5
6
7
message_base! {
    struct CreatedGroup { } -> EventLoop::created_group

    fn new() -> Self {
        Self {}
    }
}