pub type ByteStream = Pin<Box<dyn Stream<Item = Result<Bytes>> + Send>>;
ストリーミングレスポンス用の型
struct ByteStream { /* private fields */ }