Struct syn::TypeNever [−][src]
pub struct TypeNever { pub bang_token: Bang, }
The never type: !
.
This type is available only if Syn is built with the "derive"
or
"full"
feature.
Fields
bang_token: Bang
Trait Implementations
impl ToTokens for TypeNever
[src]
impl ToTokens for TypeNever
[src]