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: BangTrait Implementations
impl Clone for TypeNever[src]
impl Clone for TypeNever[src]fn clone(&self) -> Self[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl ToTokens for TypeNever[src]
impl ToTokens for TypeNever[src]