AngleBracketedArg in rustc_ast::ast - Rust (original) (raw)
Enum AngleBracketedArg
pub enum AngleBracketedArg {
Arg(GenericArg),
Constraint(AssocItemConstraint),
}Expand description
Either an argument for a generic parameter or a constraint on an associated item.
A generic argument for a generic parameter.
A constraint on an associated item.
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: 88 bytes
Size for each variant:
Arg: 32 bytesConstraint: 88 bytes