Struct syn::ExprRepeat
source · pub struct ExprRepeat { /* private fields */ }
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§
source§impl From<ExprRepeat> for Expr
impl From<ExprRepeat> for Expr
source§fn from(e: ExprRepeat) -> Expr
fn from(e: ExprRepeat) -> Expr
Converts to this type from the input type.