fn parse_config_string(content: &str) -> CuResult<CuConfigRepresentation>
Expand description
Read a copper configuration from a String. Parse a RON string into a CuConfigRepresentation, using the standard options. Returns an error if the parsing fails.