Struct syn::ExprRepeat [−][src]
pub struct ExprRepeat { /* fields omitted */ }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
impl From<ExprRepeat> for Expr[src]
impl From<ExprRepeat> for Expr[src]fn from(e: ExprRepeat) -> Expr[src]
impl ToTokens for ExprRepeat[src]
impl ToTokens for ExprRepeat[src]