Sub<Msg> constructor

const Sub<Msg>(
  1. Subs<Msg> subs
)

Implementation

const Sub(Subs<Msg> subs) : _subs = subs;