Docs.rs
py-ir-0.0.4
py-ir 0.0.4
Docs.rs crate page
GPL-3.0
Links
Repository
crates.io
Source
Owners
eareimu
github:pin1yin1yu3yan2:core
Dependencies
py-lex ^0.0.3
normal
serde ^1
normal
Versions
8.26%
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
py_ir
0.0.4
Control
Flow
Required Methods
returned
Implementors
In crate py_
ir
py_ir
Trait
ControlFlow
Copy item path
Source
pub trait ControlFlow { // Required method fn
returned
(&self) ->
bool
; }
Required Methods
§
Source
fn
returned
(&self) ->
bool
Implementors
§
Source
§
impl<Var:
IRValue
>
ControlFlow
for
Statement
<Var>
Source
§
impl<Var:
IRValue
>
ControlFlow
for
If
<Var>
Source
§
impl<Var:
IRValue
>
ControlFlow
for
IfBranch
<Var>
Source
§
impl<Var:
IRValue
>
ControlFlow
for
Return
<Var>
Source
§
impl<Var:
IRValue
>
ControlFlow
for
Statements
<Var>
Source
§
impl<Var:
IRValue
>
ControlFlow
for
While
<Var>