[][src]Function remote_trait_object::raw_exchange::import_null_proxy

pub fn import_null_proxy<T: ?Sized + Service, P: ImportProxy<T>>() -> P

Create a proxy object that always panic for all methods.

This is same as using create_null() and import_service_from_handle() but you don't even have to specify the Context here.