Added one-liner for use-cookie

This commit is contained in:
Rakshith Ravi 2024-01-22 07:56:42 +05:30
parent d18c3c45fd
commit 84cc04430a

View file

@ -1,6 +1,6 @@
use cookie::Cookie;
///
/// Get a cookie by name, for both SSR and CSR
///
/// ## Demo
///