use futures::future::BoxFuture; fn test() -> BoxFuture<'static, Result<bool, ()>> { Box::pin(async { Ok(true) }) }.
確定! 回上一頁