1 extern crate common_proto_rust; 2 do_something(_x: &common_proto_rust::Config) -> bool3pub fn do_something(_x: &common_proto_rust::Config) -> bool { 4 true 5 } 6
1 extern crate common_proto_rust; 2 do_something(_x: &common_proto_rust::Config) -> bool3pub fn do_something(_x: &common_proto_rust::Config) -> bool { 4 true 5 } 6