Macro tract_hir::shapefactoid [−][src]
macro_rules! shapefactoid {
() => { ... };
(..) => { ... };
($($arg : tt), + ; ..) => { ... };
($($arg : tt), +) => { ... };
}
Expand description
Constructs a shape fact.
macro_rules! shapefactoid {
() => { ... };
(..) => { ... };
($($arg : tt), + ; ..) => { ... };
($($arg : tt), +) => { ... };
}
Constructs a shape fact.