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