Docs.rs
cgp-runtime-0.5.0-beta3
cgp-runtime 0.5.0-beta3
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
soareschen
Dependencies
cgp-core ^0.5.0-beta3
normal
Versions
0%
of the crate is documented
Go to latest stable release
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
HasRuntime
cgp_
runtime
0.5.0-beta3
HasRuntime
Required Methods
runtime
Implementors
In crate cgp_
runtime
cgp_runtime
Trait
HasRuntime
Copy item path
Source
pub trait HasRuntime:
HasRuntimeType
{ // Required method fn
runtime
(&self) -> &Self::
Runtime
; }
Required Methods
§
Source
fn
runtime
(&self) -> &Self::
Runtime
Implementors
§
Source
§
impl<__Context__>
HasRuntime
for __Context__
where __Context__:
HasRuntimeType
+
HasCgpProvider
, __Context__::
CgpProvider
:
RuntimeGetter
<__Context__>,