pub async fn check_toolchain_for_backend(
platform: CliPreviewPlatform,
backend: CliPreviewBackend,
) -> Result<()>Expand description
Check the host toolchain required by the resolved backend.
ยงErrors
Returns an error if a required toolchain component is missing.