Struct syn::TypeSlice [−][src]
A dynamically sized slice type: [T]
.
This type is available only if Syn is built with the "derive"
or
"full"
feature.
Fields
bracket_token: Bracket
elem: Box<Type>
Trait Implementations
impl ToTokens for TypeSlice
[src]
impl ToTokens for TypeSlice
[src]