Sign in
android
/
platform
/
external
/
rust
/
crates
/
protobuf-codegen
/
9a9d43c8c3946bbcda3d4bb1e249989f641dbe61
/
.
/
src
/
file_and_mod.rs
blob: 4f4e8c667d036e0f304e279bb28e0a95a412193c [
file
] [
log
] [
blame
]
use
rust_name
::
RustRelativePath
;
use
Customize
;
#[
allow
(
dead_code
)]
pub
(
crate
)
struct
FileAndMod
{
pub
file
:
String
,
pub
relative_mod
:
RustRelativePath
,
pub
customize
:
Customize
,
}