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 ExprMethodCall
impl !Send for ExprMethodCall
impl !Sync for ExprMethodCall
impl Unpin for ExprMethodCall
impl UnwindSafe for ExprMethodCall