Pixel Pedals of Tomakomai

北海道苫小牧市出身の初老の日常

2024-06-08から1日間の記事一覧

PinはUnpin

未だにきちんと型が読めなくて困る。 Pinning - Asynchronous Programming in Rust To use a Future or Stream that isn't Unpin with a function that requires Unpin types, you'll first have to pin the value !Unpin でも Box::pin で Unpin になると書…