Macro http_header::data
source ยท macro_rules! data { ($str:expr) => { ... }; }
Expand description
A helper macro to convert a static $str into a Data-target using the TryInto-trait
Panics if try_into fails
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