Struct syn::ExprRepeat [−][src]
pub struct ExprRepeat { /* fields omitted */ }
Expand description
An array literal constructed from one repeated element: [0u8; N]
.
This type is available only if Syn is built with the "full"
feature.
Trait Implementations
Performs the conversion.