Type Definition callbag::Source

source[]
pub type Source<T> = Callbag<Never, T>;
Expand description