Docs.rs
const_env_impl--value-0.1.2
const_env_impl--value 0.1.2
Docs.rs crate page
CC0-1.0
Links
crates.io
Source
Owners
dylanmckay
Dependencies
proc-macro2 ^1.0
normal
quote ^1.0
normal
syn ^1.0
normal
Versions
18.18%
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
Skip to main content
ReadEnv
const_
env_
impl__
value
0.1.2
ReadEnv
Required Methods
read_env
Implementors
In crate const_
env_
impl__
value
const_env_impl__value
Trait
ReadEnv
Copy item path
Source
pub trait ReadEnv { // Required method fn
read_env
(&self, var_name: &
String
) ->
Option
<
String
>; }
Required Methods
§
Source
fn
read_env
(&self, var_name: &
String
) ->
Option
<
String
>
Implementors
§
Source
§
impl
ReadEnv
for
RealEnv
Source
§
impl
ReadEnv
for
TestEnv