Docs.rs
syn_builder-0.2.0
syn_builder 0.2.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
andrewlowndes
Dependencies
proc-macro2 ^1.0.64
normal
syn ^2.0.25
normal
quote ^1.0.29
dev
Versions
0%
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
syn_
builder
0.2.0
Into
UseTree
Required Methods
into_use_tree
Implementations on Foreign Types
UseGlob
UseGroup
UseName
UsePath
UseRename
UseTree
Implementors
In crate syn_
builder
syn_builder
Trait
IntoUseTree
Copy item path
Source
pub trait IntoUseTree { // Required method fn
into_use_tree
(self) ->
UseTree
; }
Required Methods
§
Source
fn
into_use_tree
(self) ->
UseTree
Implementations on Foreign Types
§
Source
§
impl
IntoUseTree
for
UseTree
Source
§
fn
into_use_tree
(self) ->
UseTree
Source
§
impl
IntoUseTree
for
UseGlob
Source
§
fn
into_use_tree
(self) ->
UseTree
Source
§
impl
IntoUseTree
for
UseGroup
Source
§
fn
into_use_tree
(self) ->
UseTree
Source
§
impl
IntoUseTree
for
UseName
Source
§
fn
into_use_tree
(self) ->
UseTree
Source
§
impl
IntoUseTree
for
UsePath
Source
§
fn
into_use_tree
(self) ->
UseTree
Source
§
impl
IntoUseTree
for
UseRename
Source
§
fn
into_use_tree
(self) ->
UseTree
Implementors
§