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
ToLit
Str
Required Methods
to_lit_str
Implementations on Foreign Types
(&String, Span)
(&str, Span)
(String, Span)
Abstract
As
Async
Auto
Await
Become
Box
Break
Const
Continue
Crate
Default
Do
Dyn
Else
Enum
Extern
Final
Fn
For
Ident
If
Impl
In
Let
Loop
Macro
Match
Mod
Move
Mut
Override
Priv
Pub
Ref
Return
SelfType
SelfValue
Static
Struct
Super
Trait
Try
Type
Typeof
Union
Unsafe
Unsized
Use
Virtual
Where
While
Yield
Implementors
In crate syn_
prelude
syn_prelude
Trait
ToLitStr
Copy item path
Source
pub trait ToLitStr { // Required method fn
to_lit_str
(&self) ->
LitStr
; }
Required Methods
§
Source
fn
to_lit_str
(&self) ->
LitStr
Implementations on Foreign Types
§
Source
§
impl
ToLitStr
for (&
str
,
Span
)
Source
§
fn
to_lit_str
(&self) ->
LitStr
Source
§
impl
ToLitStr
for (&
String
,
Span
)
Source
§
fn
to_lit_str
(&self) ->
LitStr
Source
§
impl
ToLitStr
for (
String
,
Span
)
Source
§
fn
to_lit_str
(&self) ->
LitStr
Source
§
impl
ToLitStr
for
Ident
Source
§
fn
to_lit_str
(&self) ->
LitStr
Source
§
impl
ToLitStr
for
Abstract
Source
§
fn
to_lit_str
(&self) ->
LitStr
Source
§
impl
ToLitStr
for
As
Source
§
fn
to_lit_str
(&self) ->
LitStr
Source
§
impl
ToLitStr
for
Async
Source
§
fn
to_lit_str
(&self) ->
LitStr
Source
§
impl
ToLitStr
for
Auto
Source
§
fn
to_lit_str
(&self) ->
LitStr
Source
§
impl
ToLitStr
for
Await
Source
§
fn
to_lit_str
(&self) ->
LitStr
Source
§
impl
ToLitStr
for
Become
Source
§
fn
to_lit_str
(&self) ->
LitStr
Source
§
impl
ToLitStr
for
Box
Source
§
fn
to_lit_str
(&self) ->
LitStr
Source
§
impl
ToLitStr
for
Break
Source
§
fn
to_lit_str
(&self) ->
LitStr
Source
§
impl
ToLitStr
for
Const
Source
§
fn
to_lit_str
(&self) ->
LitStr
Source
§
impl
ToLitStr
for
Continue
Source
§
fn
to_lit_str
(&self) ->
LitStr
Source
§
impl
ToLitStr
for
Crate
Source
§
fn
to_lit_str
(&self) ->
LitStr
Source
§
impl
ToLitStr
for
Default
Source
§
fn
to_lit_str
(&self) ->
LitStr
Source
§
impl
ToLitStr
for
Do
Source
§
fn
to_lit_str
(&self) ->
LitStr
Source
§
impl
ToLitStr
for
Dyn
Source
§
fn
to_lit_str
(&self) ->
LitStr
Source
§
impl
ToLitStr
for
Else
Source
§
fn
to_lit_str
(&self) ->
LitStr
Source
§
impl
ToLitStr
for
Enum
Source
§
fn
to_lit_str
(&self) ->
LitStr
Source
§
impl
ToLitStr
for
Extern
Source
§
fn
to_lit_str
(&self) ->
LitStr
Source
§
impl
ToLitStr
for
Final
Source
§
fn
to_lit_str
(&self) ->
LitStr
Source
§
impl
ToLitStr
for
Fn
Source
§
fn
to_lit_str
(&self) ->
LitStr
Source
§
impl
ToLitStr
for
For
Source
§
fn
to_lit_str
(&self) ->
LitStr
Source
§
impl
ToLitStr
for
If
Source
§
fn
to_lit_str
(&self) ->
LitStr
Source
§
impl
ToLitStr
for
Impl
Source
§
fn
to_lit_str
(&self) ->
LitStr
Source
§
impl
ToLitStr
for
In
Source
§
fn
to_lit_str
(&self) ->
LitStr
Source
§
impl
ToLitStr
for
Let
Source
§
fn
to_lit_str
(&self) ->
LitStr
Source
§
impl
ToLitStr
for
Loop
Source
§
fn
to_lit_str
(&self) ->
LitStr
Source
§
impl
ToLitStr
for
Macro
Source
§
fn
to_lit_str
(&self) ->
LitStr
Source
§
impl
ToLitStr
for
Match
Source
§
fn
to_lit_str
(&self) ->
LitStr
Source
§
impl
ToLitStr
for
Mod
Source
§
fn
to_lit_str
(&self) ->
LitStr
Source
§
impl
ToLitStr
for
Move
Source
§
fn
to_lit_str
(&self) ->
LitStr
Source
§
impl
ToLitStr
for
Mut
Source
§
fn
to_lit_str
(&self) ->
LitStr
Source
§
impl
ToLitStr
for
Override
Source
§
fn
to_lit_str
(&self) ->
LitStr
Source
§
impl
ToLitStr
for
Priv
Source
§
fn
to_lit_str
(&self) ->
LitStr
Source
§
impl
ToLitStr
for
Pub
Source
§
fn
to_lit_str
(&self) ->
LitStr
Source
§
impl
ToLitStr
for
Ref
Source
§
fn
to_lit_str
(&self) ->
LitStr
Source
§
impl
ToLitStr
for
Return
Source
§
fn
to_lit_str
(&self) ->
LitStr
Source
§
impl
ToLitStr
for
SelfType
Source
§
fn
to_lit_str
(&self) ->
LitStr
Source
§
impl
ToLitStr
for
SelfValue
Source
§
fn
to_lit_str
(&self) ->
LitStr
Source
§
impl
ToLitStr
for
Static
Source
§
fn
to_lit_str
(&self) ->
LitStr
Source
§
impl
ToLitStr
for
Struct
Source
§
fn
to_lit_str
(&self) ->
LitStr
Source
§
impl
ToLitStr
for
Super
Source
§
fn
to_lit_str
(&self) ->
LitStr
Source
§
impl
ToLitStr
for
Trait
Source
§
fn
to_lit_str
(&self) ->
LitStr
Source
§
impl
ToLitStr
for
Try
Source
§
fn
to_lit_str
(&self) ->
LitStr
Source
§
impl
ToLitStr
for
Type
Source
§
fn
to_lit_str
(&self) ->
LitStr
Source
§
impl
ToLitStr
for
Typeof
Source
§
fn
to_lit_str
(&self) ->
LitStr
Source
§
impl
ToLitStr
for
Union
Source
§
fn
to_lit_str
(&self) ->
LitStr
Source
§
impl
ToLitStr
for
Unsafe
Source
§
fn
to_lit_str
(&self) ->
LitStr
Source
§
impl
ToLitStr
for
Unsized
Source
§
fn
to_lit_str
(&self) ->
LitStr
Source
§
impl
ToLitStr
for
Use
Source
§
fn
to_lit_str
(&self) ->
LitStr
Source
§
impl
ToLitStr
for
Virtual
Source
§
fn
to_lit_str
(&self) ->
LitStr
Source
§
impl
ToLitStr
for
Where
Source
§
fn
to_lit_str
(&self) ->
LitStr
Source
§
impl
ToLitStr
for
While
Source
§
fn
to_lit_str
(&self) ->
LitStr
Source
§
impl
ToLitStr
for
Yield
Source
§
fn
to_lit_str
(&self) ->
LitStr
Implementors
§