Struct devise::syn::token::Existential [−][src]
pub struct Existential {
pub span: Span,
}
Expand description
existential
Don’t try to remember the name of this type – use the Token!
macro instead.
Fields
span: Span
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !RefUnwindSafe for Existential
impl !Send for Existential
impl !Sync for Existential
impl Unpin for Existential
impl UnwindSafe for Existential
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