Skip to main content

setup_setup_api

Function setup_setup_api 

Source
pub async fn setup_setup_api<F>(
    service_context: Rc<ServiceContext>,
    storage_factory: Rc<F>,
    setting_value_publisher: SettingValuePublisher<SetupInfo>,
    usage_publisher: UsagePublisher<SetupInfo>,
    external_publisher: ExternalEventPublisher,
) -> SetupResult
where F: StorageFactory<Storage = DeviceStorage>,