Function rtic_syntax::parse
source ยท pub fn parse(
args: TokenStream,
input: TokenStream,
settings: Settings,
) -> Result<(P<App>, P<Analysis>), Error>
Expand description
Parses the input of the #[app]
attribute
pub fn parse(
args: TokenStream,
input: TokenStream,
settings: Settings,
) -> Result<(P<App>, P<Analysis>), Error>
Parses the input of the #[app]
attribute