improv(service): Make output parameter a generic futures Sink

This commit is contained in:
Michael Aaron Murphy 2021-08-25 19:23:51 +02:00
parent 4abe6a894a
commit 07b740a12f
3 changed files with 6 additions and 7 deletions

View file

@ -6,7 +6,6 @@ use postage::mpsc::Sender;
use postage::prelude::*;
use smol::process::{Command, Stdio};
use std::collections::VecDeque;
use std::os::unix::process::CommandExt;
use std::{
io,
path::{Path, PathBuf},