Struct rustls::NoServerSessionStorage[][src]

pub struct NoServerSessionStorage {}

Something which never stores sessions.

Trait Implementations

impl StoresServerSessions for NoServerSessionStorage
[src]

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

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

Find a value with the given key. Return it and delete it; or None if it doesn't exist. Read more

Auto Trait Implementations