pub type X509ClientResult<T> = Result<T, X509ClientError>;
Aliased Type§
pub enum X509ClientResult<T> {
Ok(T),
Err(X509ClientError),
}
pub type X509ClientResult<T> = Result<T, X509ClientError>;
pub enum X509ClientResult<T> {
Ok(T),
Err(X509ClientError),
}