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