Struct rustc_ap_rustc_ast::ast::AngleBracketedArgs [−][src]
pub struct AngleBracketedArgs { pub span: Span, pub args: Vec<AngleBracketedArg>, }
Expand description
A path like Foo<'a, T>
.
Fields
span: Span
The overall span.
args: Vec<AngleBracketedArg>
The comma separated parts in the <...>
.
Trait Implementations
Returns the “default value” for a type. Read more
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for AngleBracketedArgs
impl !Send for AngleBracketedArgs
impl !Sync for AngleBracketedArgs
impl Unpin for AngleBracketedArgs
impl !UnwindSafe for AngleBracketedArgs
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
type Output = T
type Output = T
Should always be Self
pub fn vzip(self) -> V