Sign in
android
/
platform
/
external
/
rust
/
crates
/
protobuf-codegen
/
c01ce5ec600014ae9e4015bad7427e4b1c4ad3d9
/
.
/
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
,
}