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