Docs.rs
c2rust-ast-builder-0.21.0
c2rust-ast-builder 0.21.0
Permalink
Docs.rs crate page
BSD-3-Clause
Links
Homepage
Repository
crates.io
Source
Owners
thedataking
rinon
kkysen
fw-immunant
Dependencies
itertools ^0.10.0
normal
proc-macro2 ^1.0
normal
syn ^2.0
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
ToToken
c2rust_
ast_
builder
0.21.0
ToToken
Required Associated Types
Token
Required Methods
to_token
Implementors
In c2rust_
ast_
builder::
properties
c2rust_ast_builder
::
properties
Trait
ToToken
Copy item path
Source
pub trait ToToken { type
Token
; // Required method fn
to_token
(&self) ->
Option
<Self::
Token
>; }
Required Associated Types
§
Source
type
Token
Required Methods
§
Source
fn
to_token
(&self) ->
Option
<Self::
Token
>
Implementors
§
Source
§
impl
ToToken
for
Constness
Source
§
type
Token
=
Const
Source
§
impl
ToToken
for
Defaultness
Source
§
type
Token
=
Default
Source
§
impl
ToToken
for
IsAsync
Source
§
type
Token
=
Async
Source
§
impl
ToToken
for
Movability
Source
§
type
Token
=
Static
Source
§
impl
ToToken
for
Mutability
Source
§
type
Token
=
Mut
Source
§
impl
ToToken
for
Unsafety
Source
§
type
Token
=
Unsafe