Struct dyon::ast::TryExpr [] [src]

pub struct TryExpr {
    pub expr: Expression,
    pub source_range: Range,
}

Fields

Methods

impl TryExpr
[src]

[src]

[src]

Trait Implementations

impl Debug for TryExpr
[src]

[src]

Formats the value using the given formatter.

impl Clone for TryExpr
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more