macro_rules! create_runtime_str {
( $y:expr ) => { ... };
}
👎Deprecated: Use Cow::Borrowed() instead of create_runtime_str!()
Expand description
Deprecated Cow::Borrowed()
wrapper.
macro_rules! create_runtime_str {
( $y:expr ) => { ... };
}
Deprecated Cow::Borrowed()
wrapper.