Docs.rs
cairo-lang-semantic-2.4.0
cairo-lang-semantic 2.4.0
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
gilbens-starkware
orizi
Dependencies
cairo-lang-debug ^2.4.0
normal
cairo-lang-defs ^2.4.0
normal
cairo-lang-diagnostics ^2.4.0
normal
cairo-lang-filesystem ^2.4.0
normal
cairo-lang-parser ^2.4.0
normal
cairo-lang-plugins ^2.4.0
normal
cairo-lang-proc-macros ^2.4.0
normal
cairo-lang-syntax ^2.4.0
normal
cairo-lang-test-utils ^2.4.0
normal
cairo-lang-utils ^2.4.0
normal
id-arena ^2.2.1
normal
indoc ^2.0.4
normal
itertools ^0.11.0
normal
num-bigint ^0.4
normal
num-traits ^0.2
normal
once_cell ^1.18.0
normal
salsa ^0.16.1
normal
smol_str ^0.2.0
normal
env_logger ^0.10.0
dev
log ^0.4
dev
pretty_assertions ^1.4.0
dev
test-log ^0.2.13
dev
Versions
40.13%
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
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
☰
cairo_lang_semantic
2.4.0
HasDb
Required Methods
get_db
Implementors
In cairo_lang_semantic::substitution
?
Trait
cairo_lang_semantic
::
substitution
::
HasDb
source
·
[
−
]
pub trait HasDb<T> { // Required method fn
get_db
(&self) -> T; }
Required Methods
§
source
fn
get_db
(&self) -> T
Implementors
§
source
§
impl<'a>
HasDb
<&'a dyn
SemanticGroup
> for
Inference
<'a>
source
§
impl<'a>
HasDb
<&'a dyn
SemanticGroup
> for
SubstitutionRewriter
<'a>