Macro pact_matching::s
source · macro_rules! s {
($e:expr) => { ... };
}Expand description
Simple macro to convert a string slice to a String struct.
macro_rules! s {
($e:expr) => { ... };
}Simple macro to convert a string slice to a String struct.