Skip to content

Can't use raw Vec for config #39

Description

@jamessewell

Hi,

I want to use Vec<MetricGroups> as my config file format - but it doesn't seem to work.

Is this a supported feature?

When I use a Vec<String> I get the same issue, but if I wrap it in a struct like so:

struct Config {
   string: Vec<String>
}

Then I have no issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions