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
Parse
AsLit
Str
Required Methods
parse_as_lit_str
Implementations on Foreign Types
ParseBuffer<'_>
ParseStream<'_>
Implementors
In crate syn_
prelude
syn_prelude
Trait
ParseAsLitStr
Copy item path
Source
pub trait ParseAsLitStr { // Required method fn
parse_as_lit_str
(&self) ->
Result
<
LitStr
>; }
Required Methods
§
Source
fn
parse_as_lit_str
(&self) ->
Result
<
LitStr
>
Implementations on Foreign Types
§
Source
§
impl
ParseAsLitStr
for
ParseBuffer
<'_>
Source
§
fn
parse_as_lit_str
(&self) ->
Result
<
LitStr
>
Source
§
impl
ParseAsLitStr
for
ParseStream
<'_>
Source
§
fn
parse_as_lit_str
(&self) ->
Result
<
LitStr
>
Implementors
§