Subs<Model, Msg> typedef

Subs<Model, Msg> = List<SubItem<Model, Msg>>

Implementation

typedef Subs<Model, Msg> = List<SubItem<Model, Msg>>;