pub fn save_incl_expired_and_nonpersistent<W, E, F>(
cookie_store: &CookieStore,
writer: &mut W,
cookies_to_string: F,
) -> Result<(), Error>
Expand description
Serialize all (including expired and non-persistent) cookies in the store with cookie_to_string
and write them to writer