Struct syn::Abi [−][src]
The binary interface of a function: extern "C"
.
This type is available only if Syn is built with the "derive"
or "full"
feature.
Fields
extern_token: Extern
name: Option<LitStr>
Trait Implementations
impl ToTokens for Abi
[src]
impl ToTokens for Abi
[src]