Struct tsukuyomi::session::SessionStorage[][src]

pub struct SessionStorage { /* fields omitted */ }

A struct for managing the session variables.

Methods

impl SessionStorage
[src]

Creates a builder object for constructing a value of this type.

Trait Implementations

impl Debug for SessionStorage
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations