Struct syn::ExprMethodCall [−][src]
pub struct ExprMethodCall { /* fields omitted */ }
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
Performs the conversion.