pub type DynServerCodec = Box<dyn Codec<Event, Request, Error> + Send + Sync + Unpin>;
pub struct DynServerCodec(/* private fields */);