Trait ya_runtime_sdk::RuntimeDef[][src]

pub trait RuntimeDef {
    type Cli: CommandCli;
    type Conf: Default + Serialize + for<'de> Deserialize<'de>;

    const NAME: &'static str;
    const VERSION: &'static str;
}
Expand description

Runtime definition trait. Auto-generated via #[derive(RuntimeDef)]

Associated Types

Associated Constants

Implementors