pub fn is_supported_target_platform_pair(
    target: SupportedTarget,
    platform: SupportedPlatform
) -> bool
Expand description

Returns true if the target and platform are supported to work together Returns false if the pairing is nonsenical or not supported