pub fn rpc_plan<T: Facet<'static>>() -> &'static RpcPlan
Return a process-global cached &'static RpcPlan for type T. FIXME: requiring ’static here is wrong FIXME: this function is now useless since we have RpcPlan::for_type
&'static RpcPlan
T