Struct tsukuyomi::session::Session[][src]

pub struct Session<'a> { /* fields omitted */ }

A manager of session variables associated with the current request.

Methods

impl<'a> Session<'a>
[src]

Trait Implementations

impl<'a> Debug for Session<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> !Send for Session<'a>

impl<'a> !Sync for Session<'a>