pub fn deserialize_codec_config<C, P>(
config: Option<&ComponentConfig>,
) -> CuResult<C::Config>where
C: CuLogCodec<P>,
P: CuMsgPayload,pub fn deserialize_codec_config<C, P>(
config: Option<&ComponentConfig>,
) -> CuResult<C::Config>where
C: CuLogCodec<P>,
P: CuMsgPayload,