eval

Function eval 

Source
pub fn eval<O, F>(fut: F) -> RS2Stream<O>
where F: Future<Output = O> + Send + 'static, O: Send + 'static,
Expand description

Evaluate a Future and emit its output