• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 use crate::scope::Scope;
2 
file_descriptor_proto_expr(_scope: &Scope) -> String3 pub(crate) fn file_descriptor_proto_expr(_scope: &Scope) -> String {
4     format!("file_descriptor_proto()")
5 }
6