Struct rustls::NoServerSessionStorage[][src]

pub struct NoServerSessionStorage {}

Something which never stores sessions.

Trait Implementations

impl StoresServerSessions for NoServerSessionStorage
[src]

Generate a session ID.

Store session secrets encoded in value against key id, overwrites any existing value against id. Returns true if the value was stored. Read more

Find a session with the given id. Return it, or None if it doesn't exist. Read more

Auto Trait Implementations