Trait HasRuntimeType

Source
pub trait HasRuntimeType {
    type Runtime;
}

Required Associated Types§

Implementors§

Source§

impl<Context> HasRuntimeType for Context
where Context: HasCgpProvider, Context::CgpProvider: RuntimeTypeProvider<Context>,