Type Definition callbag::Sink

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