Sign in
android
/
platform
/
external
/
rust
/
crates
/
protobuf-codegen
/
a013f1f50f7860a3d641963203aef3dceef04026
/
.
/
src
/
file_descriptor.rs
blob: dde86039cb3191cd58539c1309e8ac7e95da7fb4 [
file
] [
log
] [
blame
]
use
crate
::
scope
::
Scope
;
pub
(
crate
)
fn
file_descriptor_proto_expr
(
_scope
:
&
Scope
)
->
String
{
format
!(
"file_descriptor_proto()"
)
}