[][src]Type Definition misskey_core::streaming::BoxStreamSink

type BoxStreamSink<'a, I, O, E> = Pin<Box<dyn StreamSink<I, O, E> + Send + 'a>>;

An owned dynamically typed Stream + Sink for use in cases where we can't statically type the result.