typeinfo 0.1.1

Runtime type information for POD types.
Documentation
1
2
3
4
5
6
#[macro_use]
extern crate typeinfo;

def! {
    struct Foo {} //~ ERROR no rules expected the token `}`
}