Docs.rs
source_generator-0.0.1
source_generator 0.0.1
Docs.rs crate page
GPL-3.0
Links
Repository
crates.io
Source
Owners
JohannesKutning
Dependencies
chrono ^0.4
normal
itertools ^0.8
normal
linked_hash_set ^0.1.4
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
☰
Element
Required Methods
to_source_code
Implementors
In source_generator::element
?
Trait
source_generator
::
element
::
Element
source
·
[
−
]
pub trait Element { fn
to_source_code
(&self, indent:
usize
) ->
String
; }
Required Methods
§
source
fn
to_source_code
(&self, indent:
usize
) ->
String
Implementors
§
source
§
impl
Element
for
MultiLineComment
source
§
impl
Element
for source_generator::comment::single_line_comment::
SingleLineComment
source
§
impl
Element
for
Architecture
source
§
impl
Element
for
ConstantDeclaration
source
§
impl
Element
for
Entity
source
§
impl
Element
for
Generic
source
§
impl
Element
for
GenericList
source
§
impl
Element
for
Library
source
§
impl
Element
for
LibraryList
source
§
impl
Element
for
LibraryUse
source
§
impl
Element
for
Port
source
§
impl
Element
for
PortList
source
§
impl
Element
for
Process
source
§
impl
Element
for
SensitivityList
source
§
impl
Element
for
SignalAssignment
source
§
impl
Element
for
SignalDeclaraion
source
§
impl
Element
for source_generator::vhdl::single_line_comment::
SingleLineComment
source
§
impl
Element
for
VariableDeclaration
source
§
impl
Element
for
VhdlFile