Struct devise::syn::token::Unsafe   [−][src]
pub struct Unsafe {
    pub span: Span,
}Expand description
unsafe
Don’t try to remember the name of this type – use the Token!
macro instead.
Fields
span: SpanTrait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Unsafe
impl UnwindSafe for Unsafe
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