Docs.rs
struct_baker-0.1.1
struct_baker 0.1.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
Ichmed
Dependencies
nom ^7.1.3
normal
optional
proc-macro2 ^1.0.51
normal
quote ^1.0.23
normal
struct_baker_derive ^0.1.0
normal
syn ^1.0.107
normal
Versions
21.62%
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
Bakeable
struct_
baker
0.1.1
Bakeable
Required Methods
bake
Implementors
In crate struct_
baker
struct_baker
Trait
Bakeable
Copy item path
Source
pub trait Bakeable { // Required method fn
bake
(&self) ->
TokenStream
; }
Required Methods
§
Source
fn
bake
(&self) ->
TokenStream
Implementors
§
Source
§
impl<F, In, Out>
Bakeable
for
BakeableFnOnce
<F, In, Out>
where F:
FnOnce
(In) -> Out,
Source
§
impl<T:
Bake
>
Bakeable
for
Interpolatable
<T>
Source
§
impl<T:
Bake
>
Bakeable
for T