Docs.rs
cgp-runtime-0.3.0
cgp-runtime 0.3.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
soareschen
Dependencies
cgp-core ^0.3.0
normal
Versions
0%
of the crate is documented
Go to latest version
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
cgp_
runtime
0.3.0
Provide
Runtime
Type
Required Associated Types
Runtime
Implementations on Foreign Types
UseType<Runtime>
WithProvider<Provider>
Implementors
In crate cgp_
runtime
cgp_runtime
Trait
ProvideRuntimeType
Copy item path
Source
pub trait ProvideRuntimeType<Context> { type
Runtime
; }
Required Associated Types
§
Source
type
Runtime
Implementations on Foreign Types
§
Source
§
impl<Context, Provider, Runtime>
ProvideRuntimeType
<Context> for
WithProvider
<Provider>
where Provider:
ProvideType
<Context,
RuntimeTypeComponent
, Type = Runtime>, Runtime:,
Source
§
type
Runtime
= Runtime
Source
§
impl<Context, Runtime>
ProvideRuntimeType
<Context> for
UseType
<Runtime>
where Runtime:,
Source
§
type
Runtime
= Runtime
Implementors
§
Source
§
impl<Context, Component, Delegate>
ProvideRuntimeType
<Context> for Component
where Component:
DelegateComponent
<
RuntimeTypeComponent
, Delegate = Delegate>, Delegate:
ProvideRuntimeType
<Context>, Delegate::
Runtime
:,
Source
§
type
Runtime
= <Delegate as
ProvideRuntimeType
<Context>>::
Runtime