Docs.rs
cgp-runtime-0.6.0
cgp-runtime 0.6.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
soareschen
Dependencies
cgp-core ^0.6.0
normal
Versions
0%
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
HasRuntimeType
cgp_
runtime
0.6.0
HasRuntime
Type
Required Associated Types
Runtime
Implementors
In crate cgp_
runtime
cgp_runtime
Trait
HasRuntime
Type
Copy item path
Source
pub trait HasRuntimeType { type
Runtime
; }
Required Associated Types
§
Source
type
Runtime
Implementors
§
Source
§
impl<__Context__>
HasRuntimeType
for __Context__
where __Context__:
DelegateComponent
<
RuntimeTypeProviderComponent
>, __Context__::
Delegate
:
RuntimeTypeProvider
<__Context__>,
Source
§
type
Runtime
= <<__Context__ as
DelegateComponent
<
RuntimeTypeProviderComponent
>>::
Delegate
as
RuntimeTypeProvider
<__Context__>>::
Runtime