Struct reform::structure::Procedure[][src]

pub struct Procedure<ID: Id = VarName> {
    pub name: String,
    pub args: Vec<Element<ID>>,
    pub local_args: Vec<Element<ID>>,
    pub statements: Vec<Statement<ID>>,
}

Fields

Trait Implementations

impl<ID: Debug + Id> Debug for Procedure<ID>
[src]

Formats the value using the given formatter. Read more

impl Display for Procedure
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<ID> Send for Procedure<ID> where
    ID: Send

impl<ID> Sync for Procedure<ID> where
    ID: Sync