pub trait StringOrListOfStrings { // Required method fn to_object(self) -> Object; }
A trait implemented by strings and list of strings.