Type Alias moonbeam_service::lazy_loading::TLazyLoadingParts
source · pub type TLazyLoadingParts<TBl, TRtApi, TExec> = (TLazyLoadingClient<TBl, TRtApi, TExec>, Arc<TLazyLoadingBackend<TBl>>, KeystoreContainer, TaskManager);
Expand description
Lazy loading parts type.