Docs.rs
uir-core-0.0.0
uir-core 0.0.0
Permalink
Docs.rs crate page
MPL-2.0
Links
Repository
crates.io
Source
Owners
oovm
Dependencies
downcast-rs ^1.2.0
normal
generational-arena ^0.2
normal
intertrait ^0.2.2
normal
rustc-hash ^1.1.0
normal
Versions
66.67%
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
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
uir_
core
0.0.0
All Items
Sections
Title
Crate Items
Macros
Structs
Enums
Traits
Type Aliases
Crate
uir_core
Copy item path
Source
Expand description
§
Title
Macros
§
impl_
downcast
Adds downcasting support to traits that extend
downcast::Downcast
by defining forwarding methods to the corresponding implementations on
std::any::Any
in the standard library.
Structs
§
Aid
A combination of a [
Attribute
]’s name and its dialect.
Attribute
Name
An [
Attribute
]’s name
Dialect
Name
Dialect name
Oid
A combination of an [
Operation
]’s name and its dialect.
Operation
Name
An [
Operation
]’s name (not including it’s dialect).
Enums
§
Error
Traits
§
Downcast
Supports conversion to
Any
. Traits to be extended by
impl_downcast!
must extend
Downcast
.
Type Aliases
§
Arena
Cell
Arena
Index
Result