Docs.rs
preftool-0.2.0
preftool 0.2.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
Alxandr
Dependencies
caseless ^0.2
normal
error-chain ^0.12
normal
lazy_static ^1
normal
slog ^2
normal
slog-stdlog ^3
normal
cargo-husky ^1
dev
Versions
80.65%
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
preftool
0.2.0
Module bind
Module Items
Structs
Enums
Traits
Type Aliases
In crate preftool
preftool
Module
bind
Copy item path
Source
Structs
§
Error
The Error type.
Enums
§
Error
Kind
The kind of an error.
Traits
§
Config
Proxy
Trait for types used as proxy for configuration to get around rust’s orphaning rules.
From
Config
Trait to produce a value from config.
Options
A type which can be bound by configuration.
Result
Ext
Additional methods for
Result
, for easy interaction with this crate.
Validate
Options
Trait for validating options
Validation
Result
Helper trait for dealing with validation results. Custon
validate
functions (used by the derive macro) requires that the return value implements this trait.
Type Aliases
§
Result
Convenient wrapper around
std::Result
.