Struct tsukuyomi::session::Builder[][src]

pub struct Builder { /* fields omitted */ }

A builder object for constructing an instance of SessionStorage.

Methods

impl Builder
[src]

Important traits for &'a mut R

Generates a secret key to encrypt/decrypt Cookie values, by using the provided master key.

Creates a new instance of SessionStorage with the current configuration.

Trait Implementations

impl Debug for Builder
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Builder

impl Sync for Builder