Type Alias ResourceList

Source
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 */ }