Type Definition typed_session::SessionIdType

source ·
pub type SessionIdType = [u8; 32];
Expand description

The type of a session id.

Trait Implementations§

source§

impl From<SessionId> for SessionIdType

source§

fn from(id: SessionId) -> Self

Converts to this type from the input type.