cgp-runtime 0.5.0-alpha

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

pub use has_runtime::{HasRuntime, RuntimeGetter, RuntimeGetterComponent};
pub use has_runtime_type::{
    HasRuntimeType, RuntimeOf, RuntimeTypeProvider, RuntimeTypeProviderComponent,
};