thirtyfour::prelude

Type Alias Cookie

Source
pub type Cookie<'a> = Cookie<'a>;
Expand description

Type alias for a cookie::Cookie

Aliased Typeยง

struct Cookie<'a> { /* private fields */ }