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.
macro_rules! create_runtime_str {
( $y:expr ) => { ... };
}
Types to define your runtime version.
Deprecated Cow::Borrowed()
wrapper.