pub type StmtAssert = StmtAssert<SourceRange>;Aliased Type§
pub 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>>>