pub type ResourceList = StringLikeList<Resource>;
Expand description
A list of resources. In JSON, this may be a string or an array of strings.
Aliased Typeยง
struct ResourceList { /* private fields */ }
pub type ResourceList = StringLikeList<Resource>;
A list of resources. In JSON, this may be a string or an array of strings.
struct ResourceList { /* private fields */ }