[][src]Macro http_header::data

macro_rules! data {
    ($str:expr) => { ... };
}

A helper macro to convert a static $str into a Data-target using the TryInto-trait

Panics if try_into fails