Struct moore_vhdl::hir::ReturnStmt [] [src]

pub struct ReturnStmt {
    pub expr: Option<ExprRef>,
}

A return statement.

See IEEE 1076-2008 section 10.13.

Fields

The optional return value.

Trait Implementations

impl Debug for ReturnStmt
[src]

[src]

Formats the value using the given formatter.