pub type OnConnected = Arc<dyn Fn(&Endpoint, &Connection) -> Boxed<Result<()>> + Send + Sync>;
pub struct OnConnected { /* private fields */ }