usesuper::{proto::hunter::*,*};#[derive(Debug)]pubenumCollabEvents{/// A user joins the session.
Join(Connection),/// A user leaves the session.
Quit(u32),/// A user enters/edits a note.
Input(u32, CellInput),}#[derive(Debug)]pubenumBroadcastEvents{/// A user joins the session.
Join(Connection),/// A user leaves the session.
Quit(u32),/// The table has been updated.
StateOut(TableState),}