pub trait StringOrListOfStrings { // Required method fn to_object(self) -> Object; }
A string or a list of strings.