macro_rules! c {
    ($($proc_macro:tt)*) => { ... };
}
Available on crate feature proc_macros only.
Expand description

Creates a compile-time checked char_p::Ref<'static> out of a string literal.