Struct solang_parser::pt::Base [−][src]
pub struct Base {
pub loc: Loc,
pub name: Identifier,
pub args: Option<Vec<Expression>>,
}
Fields
loc: Loc
name: Identifier
args: Option<Vec<Expression>>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Base
impl UnwindSafe for Base
Blanket Implementations
Mutably borrows from an owned value. Read more