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

type SubNoteStream<'a, T, E> = BoxStream<'a, Result<T, E>>;

Stream for the StreamingClient::subnote method.