pub type Tls13Result<T> = Result<T, Tls13Error>;Expand description
Result type for TLS 1.3 operations
Aliased Type§
pub enum Tls13Result<T> {
Ok(T),
Err(Tls13Error),
}pub type Tls13Result<T> = Result<T, Tls13Error>;Result type for TLS 1.3 operations
pub enum Tls13Result<T> {
Ok(T),
Err(Tls13Error),
}