Docs.rs
cairo-lang-lowering-2.1.0
cairo-lang-lowering 2.1.0
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
gilbens-starkware
orizi
Dependencies
cairo-lang-debug ^2.1.0
normal
cairo-lang-defs ^2.1.0
normal
cairo-lang-diagnostics ^2.1.0
normal
cairo-lang-filesystem ^2.1.0
normal
cairo-lang-parser ^2.1.0
normal
cairo-lang-proc-macros ^2.1.0
normal
cairo-lang-semantic ^2.1.0
normal
cairo-lang-syntax ^2.1.0
normal
cairo-lang-utils ^2.1.0
normal
id-arena ^2.2.1
normal
indexmap ^2.0.0
normal
itertools ^0.11.0
normal
log ^0.4
normal
num-bigint ^0.4
normal
num-traits ^0.2
normal
salsa ^0.16.1
normal
smol_str ^0.2.0
normal
env_logger ^0.10.0
dev
indoc ^2.0.1
dev
pretty_assertions ^1.2.1
dev
test-log ^0.2.11
dev
Versions
46%
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
VariableId
Trait Implementations
DebugWithDb<LoweredFormatter<'_>>
In cairo_lang_lowering::objects
?
Type Definition
cairo_lang_lowering
::
objects
::
VariableId
source
·
[
−
]
pub type VariableId =
Id
<
Variable
>;
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,