Struct purescript_corefn::Bind[][src]

pub struct Bind {
    pub identifier: String,
    pub expression: Expression,
}

Fields

Trait Implementations

impl Debug for Bind
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Bind

impl Sync for Bind