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

@ -1,7 +1,6 @@
use crate::*;
use pop_launcher::*;
use postage::mpsc::Sender;
use postage::prelude::*;
use slab::Slab;
use std::borrow::Cow;