Docs.rs
inexor-rgf-plugin-system-environment-0.9.1
inexor-rgf-plugin-system-environment 0.9.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
aschaeffer
Dependencies
async-trait ^0.1
normal
inexor-rgf-core-builder ^0.9.1
normal
inexor-rgf-core-di ^0.9.1
normal
inexor-rgf-core-model ^0.9.1
normal
inexor-rgf-core-plugins ^0.9.1
normal
inexor-rgf-core-reactive ^0.9.1
normal
inexor-rgf-model-system-environment ^0.9.1
normal
lazy_static ^1.4
normal
log ^0.4
normal
log4rs ^1.2
normal
paste ^1.0
normal
query_interface ^0.3
normal
rust-embed ^6.6
normal
serde_json ^1.0
normal
uuid ^1.2
normal
Versions
0%
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
inexor_
rgf_
plugin_
system_
environment
0.9.1
System
Environment
Plugin
Trait Implementations
Provider<dyn SystemEnvironmentPlugin>
Implementors
In inexor_
rgf_
plugin_
system_
environment::
plugin
inexor_rgf_plugin_system_environment
::
plugin
Trait
SystemEnvironmentPlugin
Copy item path
Source
pub trait SystemEnvironmentPlugin:
Plugin
+
Send
+
Sync
{ }
Trait Implementations
§
Source
§
impl<P>
Provider
<dyn
SystemEnvironmentPlugin
> for
Container
<P>
Source
§
type
Impl
=
SystemEnvironmentPluginImpl
Source
§
fn
get
(&mut self) ->
Wrc
<Self::
Impl
>
Source
§
fn
create
(&mut self) -> Self::
Impl
Source
§
fn
get_ref
(&mut self) -> &Self::
Impl
Source
§
fn
create_boxed
(&mut self) ->
Box
<Self::
Impl
>
Implementors
§
Source
§
impl
SystemEnvironmentPlugin
for
SystemEnvironmentPluginImpl