Skip to main content

create_runtime_str

Macro create_runtime_str 

Source
macro_rules! create_runtime_str {
    ( $y:expr ) => { ... };
}
👎Deprecated:

Use Cow::Borrowed() instead of create_runtime_str!()

Expand description

Deprecated Cow::Borrowed() wrapper.