Docs.rs
chumsky-proc-macro-0.1.7
chumsky-proc-macro 0.1.7
Permalink
Docs.rs crate page
0BSD
Links
Repository
crates.io
Source
Owners
alex-s168
Dependencies
chumsky ^0.12
normal
proc-macro2 ^1.0.95
normal
quote ^1.0.40
dev
Versions
28.57%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Skip to main content
LikeTokenTree
chumsky_
proc_
macro
0.1.7
Like
Token
Tree
Required Methods
as_tok
Implementations on Foreign Types
(TokenTree, Span)
TokenTree
Implementors
In crate chumsky_
proc_
macro
chumsky_proc_macro
Trait
Like
Token
Tree
Copy item path
Source
pub trait LikeTokenTree { // Required method fn
as_tok
(&self) -> &
TokenTree
; }
Required Methods
§
Source
fn
as_tok
(&self) -> &
TokenTree
Implementations on Foreign Types
§
Source
§
impl
LikeTokenTree
for (
TokenTree
,
Span
)
Source
§
fn
as_tok
(&self) -> &
TokenTree
Source
§
impl
LikeTokenTree
for
TokenTree
Source
§
fn
as_tok
(&self) -> &
TokenTree
Implementors
§
Source
§
impl
LikeTokenTree
for
TokenTreeWrapper