Sign in
android
/
platform
/
external
/
rust
/
crates
/
protobuf-codegen
/
e3574261dcbbc73abdde6af7e8197c7b711573eb
/
.
/
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()"
)
}