core/: Remove TInEvent and TOutEvent (#2183)

TInEvent and TOutEvent are implied through THandler and thus
superflucious. Both are removed in favor of a derivation through
THandler.
This commit is contained in:
Max Inden
2021-08-11 12:41:28 +02:00
committed by GitHub
parent 7391b6e3f3
commit 008561283e
24 changed files with 356 additions and 244 deletions

View File

@ -19,7 +19,7 @@
// DEALINGS IN THE SOFTWARE.
mod error;
mod handler;
pub(crate) mod handler;
mod listeners;
mod substream;