Eliminate associated Id type from trait Event.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-04-22 11:00:55 +00:00
parent 30c6ea4e64
commit b1998dec9a
7 changed files with 123 additions and 131 deletions

View File

@@ -10,7 +10,7 @@ use tuwunel_core::{
Error, Result, err, implement,
state_res::{self, StateMap},
trace,
utils::stream::{IterStream, ReadyExt, TryWidebandExt, WidebandExt, automatic_width},
utils::stream::{IterStream, ReadyExt, TryWidebandExt, WidebandExt},
};
use crate::rooms::state_compressor::CompressedState;