Function dvcompute::simulation::stream::empty_stream[][src]

pub fn empty_stream<T>() -> Stream<T> where
    T: 'static, 
Expand description

An empty stream that never returns data.