Struct devise::syn::TraitItemVerbatim [−][src]
pub struct TraitItemVerbatim {
pub tts: TokenStream,
}
Expand description
Tokens within the definition of a trait not interpreted by Syn.
This type is available if Syn is built with the "full"
feature.
Fields
tts: TokenStream
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for TraitItemVerbatim
impl !Send for TraitItemVerbatim
impl !Sync for TraitItemVerbatim
impl Unpin for TraitItemVerbatim
impl UnwindSafe for TraitItemVerbatim
Blanket Implementations
Mutably borrows from an owned value. Read more
Returns a Span
covering the complete contents of this syntax tree
node, or Span::call_site()
if this node is empty. Read more