Docs.rs
libdd-common-2.0.0
libdd-common 2.0.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
github:datadog:libdatadog-owners
hoolioh
Dependencies
anyhow ^1.0
normal
bytes ^1.4
normal
cc ^1.1.31
normal
const_format ^0.2.34
normal
futures ^0.3
normal
futures-core ^0.3.0
normal
futures-util ^0.3.0
normal
hex ^0.4
normal
http ^1.1
normal
http-body ^1.0
normal
http-body-util ^0.1
normal
httparse ^1.9
normal
optional
hyper ^1.6
normal
hyper-util ^0.1.10
normal
libc ^0.2
normal
mime ^0.3.16
normal
optional
multer ^3.1
normal
optional
nix ^0.29
normal
pin-project ^1
normal
rand ^0.8
normal
optional
regex ^1.5
normal
reqwest ^0.13
normal
optional
rustls-native-certs ^0.8.1
normal
optional
serde ^1.0
normal
static_assertions ^1.1.0
normal
thiserror ^1.0
normal
tokio ^1.23
normal
tokio-rustls ^0.26
normal
optional
tower-service ^0.3
normal
bytes ^1.4
dev
httparse ^1.9
dev
indexmap ^2.11
dev
maplit ^1.0
dev
mime ^0.3.16
dev
multer ^3.1
dev
rand ^0.8
dev
tempfile ^3.8
dev
tokio ^1.23
dev
hyper-rustls ^0.27
normal
optional
rustls ^0.23
normal
optional
hyper-rustls ^0.27
normal
optional
rustls ^0.23
normal
optional
windows-sys ^0.52
normal
Versions
19.32%
of the crate is documented
Platform
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
QueryEnv
libdd_
common
2.0.0
Query
Env
Required Methods
get_var
Implementors
In libdd_
common::
azure_
app_
services
libdd_common
::
azure_app_services
Trait
Query
Env
Copy item path
Source
pub trait QueryEnv { // Required method fn
get_var
(&self, var: &
str
) ->
Option
<
String
>; }
Required Methods
§
Source
fn
get_var
(&self, var: &
str
) ->
Option
<
String
>
Implementors
§