pub(crate) trait OnInformationalCallback { // Required method fn on_informational(&self, res: Response<()>); }