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 Clone for TypeSlice
[src]
impl Clone for TypeSlice
[src]fn clone(&self) -> Self
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl ToTokens for TypeSlice
[src]
impl ToTokens for TypeSlice
[src]