Struct rtfm_syntax::Static [] [src]

pub struct Static {
    pub expr: Option<Expr>,
    pub ty: Ty,
    // some fields omitted
}

static $Ident: $Ty = $Expr;

Fields

$Expr

$Ty

Trait Implementations

impl Debug for Static
[src]

[src]

Formats the value using the given formatter.