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
type Cli: CommandCli[src]type Conf: Default + Serialize + for<'de> Deserialize<'de>[src]