Searched defs:RemoteHandle (Results 1 – 1 of 1) sorted by relevance
43 pub struct RemoteHandle<T> { struct48 impl<T> RemoteHandle<T> { argument58 impl<T: 'static> Future for RemoteHandle<T> { implementation