cgp-runtime 0.3.0

Context-generic programming core component traits
Documentation
1
2
3
4
5
6
7
mod has_async_runtime;
mod has_runtime;
mod has_runtime_type;

pub use has_async_runtime::HasAsyncRuntimeType;
pub use has_runtime::{HasRuntime, RuntimeGetter, RuntimeGetterComponent};
pub use has_runtime_type::{HasRuntimeType, ProvideRuntimeType, RuntimeOf, RuntimeTypeComponent};