Docs.rs
wgsl-parser-0.5.0
wgsl-parser 0.5.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
dannymcgee
Dependencies
bitflags ^2.5
normal
gramatika ^0.6.0
normal
itertools ^0.12
normal
lazy_static ^1.4
normal
lsp-types ^0.95
normal
optional
parking_lot ^0.12
normal
criterion ^0.3
dev
parking_lot ^0.12
dev
similar ^2.1
dev
Versions
8.84%
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
wgsl_
parser
0.5.0
Tooltip
Required Methods
fmt
Implementors
In wgsl_
parser::
fmt
wgsl_parser
::
fmt
Trait
Tooltip
Copy item path
Source
pub trait Tooltip { // Required method fn
fmt
(&self, f: &mut
Formatter
<'_>) ->
Result
; }
Required Methods
§
Source
fn
fmt
(&self, f: &mut
Formatter
<'_>) ->
Result
Implementors
§
Source
§
impl
Tooltip
for
Decl
Source
§
impl
Tooltip
for
ImportPathDecl
Source
§
impl
Tooltip
for
ExtensionDecl
Source
§
impl
Tooltip
for
ModuleDecl
Source
§
impl
Tooltip
for
FieldDecl
Source
§
impl
Tooltip
for
FunctionDecl
Source
§
impl
Tooltip
for
ParamDecl
Source
§
impl
Tooltip
for
StructBody
Source
§
impl
Tooltip
for
StructDecl
Source
§
impl
Tooltip
for
TypeAliasDecl
Source
§
impl
Tooltip
for
VarDecl