Docs.rs
derive-attribute-utils-0.1.1
derive-attribute-utils 0.1.1
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
RaccoonSupremacy
Dependencies
proc-macro2 ^1.0.56
normal
syn ^1
normal
optional
syn ^2
normal
optional
thiserror ^1.0.40
normal
Versions
59.62%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
derive_
attribute_
utils
0.1.1
GetSpan
Required Methods
get_span
Implementations on Foreign Types
Attribute
Attribute
Meta
NestedMeta
Implementors
In crate derive_
attribute_
utils
derive_attribute_utils
Trait
GetSpan
Copy item path
Source
pub trait GetSpan { // Required method fn
get_span
(&self) ->
Span
; }
Expand description
Gets the Span of Syn metadata
Required Methods
§
Source
fn
get_span
(&self) ->
Span
Implementations on Foreign Types
§
Source
§
impl
GetSpan
for
Meta
Source
§
fn
get_span
(&self) ->
Span
Source
§
impl
GetSpan
for
NestedMeta
Source
§
fn
get_span
(&self) ->
Span
Source
§
impl
GetSpan
for
Attribute
Source
§
fn
get_span
(&self) ->
Span
Source
§
impl
GetSpan
for
Attribute
Source
§
fn
get_span
(&self) ->
Span
Implementors
§