Function eventuals::flatten[][src]

pub fn flatten<R1, R2>(outer: R1) -> Eventual<R2::Output> where
    R1: IntoReader<Output = R2>,
    R2: IntoReader,
    R2: Value
👎 Deprecated:

Unsure if this meets determinism requirements