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 */ }