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