Docs.rs
ruleset-1.0.0
ruleset 1.0.0
Permalink
Docs.rs crate page
MPL-2.0
Links
Repository
crates.io
Source
Owners
yuhr
Dependencies
anyhow =1.0.95
normal
comfy-table =7.1.3
normal
derive-where =1.2.7
normal
either =1.13.0
normal
ruleset-macros =1.0.0
normal
serde =1.0.217
normal
optional
stable_try_trait_v2 =1.75.1
normal
xxhash-rust =0.8.15
normal
insta =1.42.0
dev
serde =1.0.217
dev
serde_yaml =0.9.34
dev
stdext =0.3.3
dev
Versions
62.5%
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
ruleset
1.0.0
AnyError
Implementors
In crate ruleset
ruleset
Trait
AnyError
Copy item path
Source
pub trait AnyError:
Any
+
Error
{ }
Expand description
Types that represent errors that can happen during reduction.
Implementors
§
Source
§
impl<T>
AnyError
for T
where T:
Any
+
Error
,