Struct syn::Variadic [−][src]
The variadic argument of a foreign function.
extern "C" { fn printf(format: *const c_char, ...) -> c_int; // ^^^ }
This type is available only if Syn is built with the "derive"
or "full"
feature.
Fields
attrs: Vec<Attribute>
dots: Dot3
Trait Implementations
impl ToTokens for Variadic
[src]
impl ToTokens for Variadic
[src]