Struct rustc_ast::ast::ParenthesizedArgs [−][src]
pub struct ParenthesizedArgs {
pub span: Span,
pub inputs: Vec<P<Ty>>,
pub inputs_span: Span,
pub output: FnRetTy,
}
Expand description
A path like Foo(A, B) -> C
.
Fields
span: Span
Foo(A, B) -> C
^^^^^^^^^^^^^^
inputs: Vec<P<Ty>>
(A, B)
inputs_span: Span
Foo(A, B) -> C
^^^^^^
output: FnRetTy
C
Implementations
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for ParenthesizedArgs
impl !Send for ParenthesizedArgs
impl !Sync for ParenthesizedArgs
impl Unpin for ParenthesizedArgs
impl !UnwindSafe for ParenthesizedArgs
Blanket Implementations
Mutably borrows from an owned value. Read more
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 56 bytes