Function config_representation_to_config

Source
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.