public interface UnresolvedRustPlatform extends FlavorConvertible
RustPlatform
. During parsing/configuration only
information about parse-time deps is available. During action graph creation, this can be
resolved to the final RustPlatform
.Modifier and Type | Method and Description |
---|---|
Flavor |
getFlavor() |
Iterable<BuildTarget> |
getParseTimeDeps(TargetConfiguration targetConfiguration)
Returns the parse-time deps required for this platform.
|
com.facebook.buck.features.rust.RustPlatform |
resolve(BuildRuleResolver resolver,
TargetConfiguration targetConfiguration)
Resolves the platform.
|
com.facebook.buck.features.rust.RustPlatform resolve(BuildRuleResolver resolver, TargetConfiguration targetConfiguration)
Flavor getFlavor()
getFlavor
in interface FlavorConvertible
Iterable<BuildTarget> getParseTimeDeps(TargetConfiguration targetConfiguration)