Skip to main content

customer_root_runtime

Function customer_root_runtime 

Source
pub fn customer_root_runtime<P>(
    config: PlatformConfig,
    auth_package: P,
) -> CustomerRootRuntimeBuilder<P>
where P: AuthModelPackage + 'static,