Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_rust
/
bfb0dccde443038b8ea566dbadbb2efb9e3626c8
/
.
/
examples
/
proto
/
basic
/
lib.rs
blob: ace5038f8ec542c5cabcc3fed931d588776f5362 [
file
] [
log
] [
blame
]
extern
crate common_proto_rust
;
pub
fn
do_something
(
x
:
&
common_proto_rust
::
Config
)
->
bool
{
true
}