...

Text file src/github.com/google/flatbuffers/tests/optional_scalars/mod.rs

Documentation: github.com/google/flatbuffers/tests/optional_scalars

     1// Automatically generated by the Flatbuffers compiler. Do not modify.
     2// @generated
     3pub mod optional_scalars {
     4  use super::*;
     5  mod optional_byte_generated;
     6  pub use self::optional_byte_generated::*;
     7  mod scalar_stuff_generated;
     8  pub use self::scalar_stuff_generated::*;
     9} // optional_scalars

View as plain text