pub trait RsCookies { // Required methods fn header_value(&self) -> String; fn headers(&self) -> (String, String); }