pub trait CodecChannel { type Handle: CodecHandle; // Required method fn is_invalid(&self) -> bool; }