cgp-runtime 0.4.1-alpha

Context-generic programming core component traits
Documentation
1
2
3
4
5
6
7
8
9
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, RuntimeOf, RuntimeTypeProvider, RuntimeTypeProviderComponent,
};