Docs.rs
molecule-codegen-0.7.2
molecule-codegen 0.7.2
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
driftluo
quake
Dependencies
case ^1.0.0
normal
molecule =0.7.2
normal
pest ^2.1.3
normal
pest_derive ^2.1.0
normal
proc-macro2 ^1.0.24
normal
property ^0.3.3
normal
quote ^1.0.8
normal
same-file ^1.0.6
normal
semver ^0.11.0
normal
serde ^1.0.118
normal
serde_json ^1.0.61
normal
serde_yaml ^0.8.15
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
☰
Trait DefaultContent
Required Methods
default_content
Implementors
Other items in
molecule_codegen
::
ast
?
Trait
molecule_codegen
::
ast
::
DefaultContent
[
−
]
[src]
pub trait DefaultContent { fn
default_content
(&self) ->
Vec
<
u8
>; }
Required methods
[src]
fn
default_content
(&self) ->
Vec
<
u8
>
Implementors
[src]
impl
DefaultContent
for
TopDecl
[src]
impl
DefaultContent
for
Array
[src]
impl
DefaultContent
for
DynVec
[src]
impl
DefaultContent
for
FixVec
[src]
impl
DefaultContent
for
Option_
[src]
impl
DefaultContent
for
Primitive
[src]
impl
DefaultContent
for
Struct
[src]
impl
DefaultContent
for
Table
[src]
impl
DefaultContent
for
Union