Home
last modified time | relevance | path

Searched defs:RemoteHandle (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/futures-util/src/future/future/
Dremote_handle.rs42 pub struct RemoteHandle<T> { struct
47 impl<T> RemoteHandle<T> { argument
57 impl<T: 'static> Future for RemoteHandle<T> { implementation