num_derive

Macro parse

Source
macro_rules! parse {
    ($tokens:ident as $type:ty) => { ... };
}
Expand description

Try to parse the tokens, or else return a compilation error