API documentation for the Rust `Future` trait in crate `futures`. ... pub trait Future { type Item; type Error; fn poll(&mut self) -> Poll<Self::Item, ...
確定! 回上一頁