Struct rtfm_syntax::App [] [src]

pub struct App {
    pub device: Path,
    pub idle: Option<Idle>,
    pub init: Option<Init>,
    pub resources: Option<Statics>,
    pub tasks: Option<Tasks>,
    // some fields omitted
}

app! { .. }

Fields

device: $path

idle: { $Idle }

init: { $Init }

resources: $Resources

tasks: { $Tasks }

Methods

impl App
[src]

[src]

Parses the contents of the app! { .. } macro

Trait Implementations

impl Debug for App
[src]

[src]

Formats the value using the given formatter.