SessionIdType

Type Alias SessionIdType 

Source
pub type SessionIdType = SecureArray<u8, { blake3::OUT_LEN }>;
Expand description

The type of a session id.

Aliased Type§

pub struct SessionIdType { /* private fields */ }

Trait Implementations§

Source§

impl From<SessionId> for SessionIdType

Source§

fn from(id: SessionId) -> Self

Converts to this type from the input type.