Docs.rs
evitable-syn-meta-ext-0.5.0
evitable-syn-meta-ext 0.5.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
Alxandr
Dependencies
ident_case ^1
normal
proc-macro2 ^1
normal
quote ^1
normal
strsim ^0.7
normal
optional
syn ^1
normal
Versions
44.71%
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
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
evitable_
syn_
meta_
ext
0.5.0
AttrExt
Required Methods
meta
Implementations on Foreign Types
Attribute
Implementors
In crate evitable_
syn_
meta_
ext
evitable_syn_meta_ext
Trait
AttrExt
Copy item path
Source
pub trait AttrExt { // Required method fn
meta
(&self) ->
Result
<
Meta
>; }
Required Methods
§
Source
fn
meta
(&self) ->
Result
<
Meta
>
Implementations on Foreign Types
§
Source
§
impl
AttrExt
for
Attribute
Source
§
fn
meta
(&self) ->
Result
<
Meta
>
Implementors
§