fn config_representation_to_config(
representation: CuConfigRepresentation,
) -> CuResult<CuConfig>
Expand description
Convert a CuConfigRepresentation to a CuConfig. Uses the deserialize_impl method and validates the logging configuration.
fn config_representation_to_config(
representation: CuConfigRepresentation,
) -> CuResult<CuConfig>
Convert a CuConfigRepresentation to a CuConfig. Uses the deserialize_impl method and validates the logging configuration.