pub fn import_null_proxy<T: ?Sized + Service, P: ImportProxy<T>>() -> PExpand description
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.