Docs.rs
thru-abi-types-0.2.21
thru-abi-types 0.2.21
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
CantelopePeel
Dependencies
serde ^1.0
normal
serde_derive ^1.0
normal
serde_yml ^0.0.12
normal
Versions
3.17%
of the crate is documented
Go to latest version
Platform
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
Skip to main content
ConstantExpression
abi_
types
0.2.21
Constant
Expression
Required Methods
is_constant
Implementors
In abi_
types::
expr
abi_types
::
expr
Trait
Constant
Expression
Copy item path
Source
pub trait ConstantExpression { // Required method fn
is_constant
(&self) ->
bool
; }
Required Methods
§
Source
fn
is_constant
(&self) ->
bool
Implementors
§
Source
§
impl
ConstantExpression
for
ExprKind