• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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