pub trait RustTarget: ToBazelDefinition { // Required method fn rules(&self) -> Vec<Rule>; }
Returns the Bazel rules that need to be loaded for this target.