Docs.rs
protospec-build-0.3.0
protospec-build 0.3.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
Protryon
Dependencies
case ^1.0
normal
indexmap ^1.6
normal
proc-macro2 ^1.0
normal
quote ^1.0
normal
serde ^1.0
normal
serde_json ^1.0
normal
syn ^1.0
normal
thiserror ^1.0
normal
uuid ^0.8
normal
Versions
2.16%
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
Node
protospec_
build
0.3.0
Node
Required Methods
span
Implementors
In protospec_
build::
ast
protospec_build
::
ast
Trait
Node
Copy item path
Source
pub trait Node { // Required method fn
span
(&self) -> &
Span
; }
Required Methods
§
Source
fn
span
(&self) -> &
Span
Implementors
§
Source
§
impl
Node
for
Declaration
Source
§
impl
Node
for
Expression
Source
§
impl
Node
for
Array
Source
§
impl
Node
for
ArrayIndexExpression
Source
§
impl
Node
for
BinaryExpression
Source
§
impl
Node
for
Bitfield
Source
§
impl
Node
for
Bool
Source
§
impl
Node
for
CallExpression
Source
§
impl
Node
for
CastExpression
Source
§
impl
Node
for
ConstDeclaration
Source
§
impl
Node
for
Container
Source
§
impl
Node
for
Enum
Source
§
impl
Node
for
EnumAccessExpression
Source
§
impl
Node
for
FfiDeclaration
Source
§
impl
Node
for
Field
Source
§
impl
Node
for
Ident
Source
§
impl
Node
for
ImportDeclaration
Source
§
impl
Node
for
ImportItem
Source
§
impl
Node
for
Int
Source
§
impl
Node
for
LengthConstraint
Source
§
impl
Node
for
MemberExpression
Source
§
impl
Node
for
Str
Source
§
impl
Node
for
TernaryExpression
Source
§
impl
Node
for
Transform
Source
§
impl
Node
for
Type
Source
§
impl
Node
for
TypeArgument
Source
§
impl
Node
for
TypeDeclaration
Source
§
impl
Node
for
TypeRef
Source
§
impl
Node
for
UnaryExpression