Docs.rs
cairo-lang-lowering-2.9.0-dev.0
cairo-lang-lowering 2.9.0-dev.0
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
spapinistarkware
gilbens-starkware
orizi
Dependencies
cairo-lang-debug ~2.9.0-dev.0
normal
cairo-lang-defs ~2.9.0-dev.0
normal
cairo-lang-diagnostics ~2.9.0-dev.0
normal
cairo-lang-filesystem ~2.9.0-dev.0
normal
cairo-lang-parser ~2.9.0-dev.0
normal
cairo-lang-proc-macros ~2.9.0-dev.0
normal
cairo-lang-semantic ~2.9.0-dev.0
normal
cairo-lang-syntax ~2.9.0-dev.0
normal
cairo-lang-utils ~2.9.0-dev.0
normal
id-arena ^2.2.1
normal
itertools ^0.12.1
normal
log ^0.4.21
normal
num-bigint ^0.4.5
normal
num-integer ^0.1.46
normal
num-traits ^0.2.19
normal
rust-analyzer-salsa ^0.17.0-pre.6
normal
smol_str ^0.2.0
normal
env_logger ^0.11.3
dev
indoc ^2.0.5
dev
pretty_assertions ^1.4.0
dev
test-log ^0.2.16
dev
Versions
50.47%
of the crate is documented
Go to latest stable release
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
cairo_
lang_
lowering
2.9.0-dev.0
Variable
Id
Aliased type
Trait Implementations
DebugWithDb<LoweredFormatter<'_>>
In cairo_
lang_
lowering::
objects
cairo_lang_lowering
::
objects
Type Alias
VariableId
Copy item path
source
pub type VariableId =
Id
<
Variable
>;
Aliased Type
§
struct VariableId {
/* private fields */
}
Trait Implementations
§
source
§
impl
DebugWithDb
<
LoweredFormatter
<'_>> for
VariableId
source
§
fn
fmt
(&self, f: &mut
Formatter
<'_>, _lowered: &
LoweredFormatter
<'_>) ->
Result
source
§
fn
debug
<'me, 'db>(&'me self, db:
&'me Db
) ->
DebugWith
<'me, Db>
where Self:
Sized
+ 'me,
source
§
fn
into_debug
<'me, 'db>(self, db:
&'me Db
) ->
DebugWith
<'me, Db>
where Self:
Sized
+ 'me,