FuelLabs/fuel-core

Avoid usage of the `BoxedStream` from the ports in services

開放

#2,836 建立於 2025年3月10日

 (4 則留言) (0 個反應) (0 位負責人)Rust (2,861 個分叉)batch import
good first issuetech-debt

倉庫指標

星標
 (57,084 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

We have many places in the codebase where we require the port to return a BoxedStream, while instead, it could have a generic trait with async method

Source: https://github.com/FuelLabs/fuel-core/pull/2791#discussion_r1985721863

貢獻者指南