Function cookie::parse::name_val_decoded

source ยท
fn name_val_decoded(
    _: &str,
    _: &str,
) -> Result<Option<(CookieStr<'static>, CookieStr<'static>)>, ParseError>