pub trait RuntimeApiInfo {
const ID: [u8; 8];
const VERSION: u32;
}Expand description
Something that provides information about a runtime api.
Required Associated Constants§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".