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.
Auto Trait Implementations
impl RefUnwindSafe for ExprMethodCallimpl !Send for ExprMethodCallimpl !Sync for ExprMethodCallimpl Unpin for ExprMethodCallimpl UnwindSafe for ExprMethodCall