pub type TLazyLoadingParts<TBl, TRtApi, TExec> = (TLazyLoadingClient<TBl, TRtApi, TExec>, Arc<TLazyLoadingBackend<TBl>>, KeystoreContainer, TaskManager);
Expand description

Lazy loading parts type.