pub type TLazyLoadingCallExecutor<TBl, TExec> = LazyLoadingCallExecutor<TBl, LocalCallExecutor<TBl, TLazyLoadingBackend<TBl>, TExec>>;
Expand description
Lazy loading client call executor type.
Aliased Typeยง
struct TLazyLoadingCallExecutor<TBl, TExec> { /* private fields */ }