Struct liva_parser::expression::call::Call [−][src]
pub struct Call<'a> {
pub callee: Option<Variable<'a>>,
pub args: Vec<Expression<'a>>,
}
Fields
callee: Option<Variable<'a>>
args: Vec<Expression<'a>>
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Call<'a>
impl<'a> UnwindSafe for Call<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more