pub type StmtAssert = StmtAssert<SourceRange>;

Aliased Type§

struct StmtAssert {
    pub range: SourceRange,
    pub test: Box<Expr<SourceRange>>,
    pub msg: Option<Box<Expr<SourceRange>>>,
}

Fields§

§range: SourceRange§test: Box<Expr<SourceRange>>§msg: Option<Box<Expr<SourceRange>>>

Trait Implementations§