pub type Result<T> = Result<T, ZeroTrustError>;
Expand description
Result type alias for Zero Trust SDK operations
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(ZeroTrustError),
}
pub type Result<T> = Result<T, ZeroTrustError>;
Result type alias for Zero Trust SDK operations
pub enum Result<T> {
Ok(T),
Err(ZeroTrustError),
}