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