foundry_compilers_artifacts::ast::yul

Type Alias YulBreak

Source
pub type YulBreak = YulKeyword;
Expand description

The Yul break keyword.

Aliased Type§

struct YulBreak {
    pub src: SourceLocation,
}

Fields§

§src: SourceLocation