Docs.rs
c2rust-ast-builder-0.18.0
c2rust-ast-builder 0.18.0
Docs.rs crate page
BSD-3-Clause
02 June 2023
Links
Homepage
Repository
crates.io
Source
Owners
thedataking
rinon
kkysen
fw-immunant
Dependencies
proc-macro2 ^1.0
normal
syn ^1.0
normal
Versions
0%
of the crate is documented
Go to latest version
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
Required Associated Types
Token
Required Methods
to_token
Implementors
In c2rust_ast_builder::properties
?
Trait
c2rust_ast_builder
::
properties
::
ToToken
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
§
type
Token
=
Const
source
§
impl
ToToken
for
Defaultness
§
type
Token
=
Default
source
§
impl
ToToken
for
IsAsync
§
type
Token
=
Async
source
§
impl
ToToken
for
Movability
§
type
Token
=
Static
source
§
impl
ToToken
for
Mutability
§
type
Token
=
Mut
source
§
impl
ToToken
for
Unsafety
§
type
Token
=
Unsafe