Macro core::include 1.0.0[−][src]
macro_rules! include { ($file:expr) => { ... }; ($file:expr,) => { ... }; }
Parse a file as an expression or an item according to the context.
For more information, see the documentation for std::include!
.