Docs.rs
syn-prelude-0.1.12
syn-prelude 0.1.12
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
powermacros
Dependencies
convert_case ^0.6
normal
proc-macro2 ^1
normal
quote ^1
normal
syn ^2
normal
syn-prelude-macros ^0.1.3
normal
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_
prelude
0.1.12
ToExpr
Required Methods
to_expr
Implementations on Foreign Types
&Expr
&LitBool
&LitByte
&LitByteStr
&LitChar
&LitFloat
&LitInt
&LitStr
&Path
Expr
LitBool
LitByte
LitByteStr
LitChar
LitFloat
LitInt
LitStr
Path
Vec<T>
Implementors
In crate syn_
prelude
syn_prelude
Trait
ToExpr
Copy item path
Source
pub trait ToExpr { // Required method fn
to_expr
(self) ->
Expr
; }
Required Methods
§
Source
fn
to_expr
(self) ->
Expr
Implementations on Foreign Types
§
Source
§
impl
ToExpr
for &
Expr
Source
§
fn
to_expr
(self) ->
Expr
Source
§
impl
ToExpr
for &
LitBool
Source
§
fn
to_expr
(self) ->
Expr
Source
§
impl
ToExpr
for &
LitByte
Source
§
fn
to_expr
(self) ->
Expr
Source
§
impl
ToExpr
for &
LitByteStr
Source
§
fn
to_expr
(self) ->
Expr
Source
§
impl
ToExpr
for &
LitChar
Source
§
fn
to_expr
(self) ->
Expr
Source
§
impl
ToExpr
for &
LitFloat
Source
§
fn
to_expr
(self) ->
Expr
Source
§
impl
ToExpr
for &
LitInt
Source
§
fn
to_expr
(self) ->
Expr
Source
§
impl
ToExpr
for &
LitStr
Source
§
fn
to_expr
(self) ->
Expr
Source
§
impl
ToExpr
for &
Path
Source
§
fn
to_expr
(self) ->
Expr
Source
§
impl
ToExpr
for
Expr
Source
§
fn
to_expr
(self) ->
Expr
Source
§
impl
ToExpr
for
LitBool
Source
§
fn
to_expr
(self) ->
Expr
Source
§
impl
ToExpr
for
LitByte
Source
§
fn
to_expr
(self) ->
Expr
Source
§
impl
ToExpr
for
LitByteStr
Source
§
fn
to_expr
(self) ->
Expr
Source
§
impl
ToExpr
for
LitChar
Source
§
fn
to_expr
(self) ->
Expr
Source
§
impl
ToExpr
for
LitFloat
Source
§
fn
to_expr
(self) ->
Expr
Source
§
impl
ToExpr
for
LitInt
Source
§
fn
to_expr
(self) ->
Expr
Source
§
impl
ToExpr
for
LitStr
Source
§
fn
to_expr
(self) ->
Expr
Source
§
impl
ToExpr
for
Path
Source
§
fn
to_expr
(self) ->
Expr
Source
§
impl<T:
ToExpr
>
ToExpr
for
Vec
<T>
Source
§
fn
to_expr
(self) ->
Expr
Implementors
§