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