Struct rustls::NoClientSessionStorage[][src]

pub struct NoClientSessionStorage {}

An implementor of StoresClientSessions which does nothing.

Trait Implementations

impl StoresClientSessions for NoClientSessionStorage
[src]

Stores a new value for key. Returns true if the value was stored. Read more

Returns the latest value for key. Returns None if there's no such value. Read more

Auto Trait Implementations