macro_rules! decl_fake_generic {
    ($name:ident, $i:expr) => { ... };
}
Expand description

Creates a fake generic. This is a necessary hack, at the moment, to declare types (with the decl_type macro) that have generic parameters.