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.
Auto Trait Implementations
impl RefUnwindSafe for ExprRepeat
impl !Send for ExprRepeat
impl !Sync for ExprRepeat
impl Unpin for ExprRepeat
impl UnwindSafe for ExprRepeat