macro_rules! concrete {
($($tt:tt)*) => { ... };
}
Expand description
A concrete type to make, for example
concrete!("Container<Contents>")
.
All types must already be on the allowlist by having used
generate!
or similar.
A directive to be included inside include_cpp - see include_cpp for general information.