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

type ChannelStream<'a, T, E> = BoxStreamSink<'a, <T as ConnectChannelRequest>::Incoming, <T as ConnectChannelRequest>::Outgoing, E>;

Stream for the StreamingClient::channel method.