Docs.rs
shinyframework_configuration-0.1.2
shinyframework_configuration 0.1.2
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
tyoma-kry
Dependencies
json5 ^0.4.1
normal
serde ^1.0.195
normal
thiserror ^1.0.56
normal
rand ^0.8.5
dev
serde ^1.0.195
dev
Versions
1.94%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
ConfigurationProvider
shiny_
configuration
0.1.2
Configuration
Provider
Required Methods
provide
Implementors
In shiny_
configuration::
configuration_
provider
shiny_configuration
::
configuration_provider
Trait
Configuration
Provider
Copy item path
Source
pub trait ConfigurationProvider { // Required method fn
provide
(&self) ->
Value
; }
Required Methods
§
Source
fn
provide
(&self) ->
Value
Implementors
§
Source
§
impl
ConfigurationProvider
for
EnvironmentVariablesProvider
Source
§
impl
ConfigurationProvider
for
Json5Provider
Source
§
impl
ConfigurationProvider
for
StaticProvider