adviseable_parse2

Function adviseable_parse2 

Source
pub fn adviseable_parse2<T: ParseAdviseable>(input: TokenStream) -> Result<T>
Expand description

Parses T, and produces advice if necessary (principal entrypoint)

All top-level proc_macro entrypoints that want to give advice, should ideally call this. (See the note in advise_incompatibility.)