Type Definition http_problem::CowStr

source · []
pub type CowStr = Cow<'static, str>;
Expand description

An alias for a static Cow<str>.