Docs.rs
derive-attribute-0.1.2
derive-attribute 0.1.2
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
RaccoonSupremacy
Dependencies
derive-attribute-macros ^0.1.1
normal
derive-attribute-utils ^0.1.1
normal
Versions
100%
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
0.1.2
GetSpan
Required Methods
get_span
Implementations on Foreign Types
Attribute
Attribute
Meta
NestedMeta
Implementors
In crate derive_
attribute
derive_attribute
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
§