pub type YulLeave = YulKeyword;
Expand description
The Yul leave keyword.
Aliased Type§
struct YulLeave {
pub src: SourceLocation,
}
Fields§
§src: SourceLocation
pub type YulLeave = YulKeyword;
The Yul leave keyword.
struct YulLeave {
pub src: SourceLocation,
}
src: SourceLocation