Struct syntax::ast::ParenthesizedParameterDataExperimental
[-]
[+]
[src]
pub struct ParenthesizedParameterData { pub inputs: Vec<P<Ty>>, pub output: Option<P<Ty>>, }
A path like Foo(A,B) -> C
Fields
inputs |
|
output |
|