Docs.rs
atc-router-1.7.0
atc-router 1.7.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
dndx
Dependencies
bitflags ^2.6
normal
optional
cidr ^0.3
normal
fnv ^1
normal
lazy_static ^1.5
normal
pest ^2.7
normal
pest_derive ^2.7
normal
regex ^1
normal
serde ^1.0
normal
optional
serde_regex ^1.1
normal
optional
uuid ^1.8
normal
criterion ^0
dev
Versions
19.29%
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
atc_
router
1.7.0
Translate
Required Associated Types
Output
Required Methods
translate
Implementors
In atc_
router::
cir
atc_router
::
cir
Trait
Translate
Copy item path
Source
pub trait Translate { type
Output
; // Required method fn
translate
(&self) -> Self::
Output
; }
Required Associated Types
§
Source
type
Output
Required Methods
§
Source
fn
translate
(&self) -> Self::
Output
Implementors
§
Source
§
impl
Translate
for
Expression
Source
§
type
Output
=
CirProgram