A possible (and correct) translation will be: use std::future::Future; use std::pin::Pin; fn gen(msg: String) -> impl Fn() -> Pin<Box<dyn ...
確定! 回上一頁