Function conch_runtime::spawn::substitution [] [src]

pub fn substitution<I>(body: I) -> SubstitutionEnvFuture<I::IntoIter> where
    I: IntoIterator

Spawns any iterable collection of sequential items whose standard output will be captured (and trailing newlines trimmed).