Type Alias ActionList

Source
pub type ActionList = StringLikeList<Action>;
Expand description

A list of actions. In JSON, this may be a string or an array of strings.

Aliased Typeยง

pub struct ActionList { /* private fields */ }