[][src]Function remote_trait_object::raw_exchange::import_service_from_handle

pub fn import_service_from_handle<T: ?Sized + Service, P: ImportProxy<T>>(
    context: &Context,
    handle: HandleToExchange
) -> P

Imports a handle into a proxy object.

Once you receive an instance of HandleToExchange, you will eventually import it calling this. Such handles must be from the other side's context.