Struct syn::ExprMethodCall
source · pub struct ExprMethodCall { /* private fields */ }
Expand description
A method call expression: x.foo::<T>(a, b)
.
This type is available only if Syn is built with the "full"
feature.
Trait Implementations§
source§impl From<ExprMethodCall> for Expr
impl From<ExprMethodCall> for Expr
source§fn from(e: ExprMethodCall) -> Expr
fn from(e: ExprMethodCall) -> Expr
Converts to this type from the input type.