Skip to main content

SessionInitiationCache

Type Alias SessionInitiationCache 

Source
type SessionInitiationCache = Cache<StartChallenge, UnboundedSender<Result<StartEstablished<SessionId>, StartErrorType>>>;

Aliased Typeยง

struct SessionInitiationCache { /* private fields */ }