1message_base! { 2 struct CreatedGroup { } -> EventLoop::created_group 3 4 fn new() -> Self { 5 Self {} 6 } 7}