pub trait CsrfDepotExt {
    fn csrf_token(&self) -> Option<&String>;
}
Expand description

Extesion for Depot.

Required Methods§

Get csrf token reference from depot.

Implementations on Foreign Types§

Implementors§