xref: /aosp_15_r20/external/bazelbuild-rules_rust/examples/proto/basic/lib.rs (revision d4726bddaa87cc4778e7472feed243fa4b6c267f)
1 extern crate common_proto_rust;
2 
do_something(_x: &common_proto_rust::Config) -> bool3 pub fn do_something(_x: &common_proto_rust::Config) -> bool {
4     true
5 }
6