Macro create_runtime_str
macro_rules! create_runtime_str {
    ( $y:expr ) => { ... };
}๐Deprecated: Use Cow::Borrowed() instead of create_runtime_str!()
Expand description
Types to define your runtime version.
Deprecated Cow::Borrowed() wrapper.