pub type TFullCallExecutor<TBl, TExecDisp> = LocalCallExecutor<Backend<TBl>, NativeExecutor<TExecDisp>>;
Expand description

Full client call executor type.