Macro refstruct::refstruct [] [src]

macro_rules! refstruct {
    ($e: tt) => { ... };
}

The refstruct macro. Use like this:

include!(refstruct!(r#"
// TOML content
"#);