[][src]Function pancakestack::run_program

pub fn run_program<I, O>(
    program: &Vec<BorrowedCommand>,
    input: I,
    output: O
) -> Result<(), Error> where
    I: Read,
    O: Write