pub type Result<T> = Result<T, EnvVaultError>;Expand description
Convenience type alias for EnvVault results.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(EnvVaultError),
}pub type Result<T> = Result<T, EnvVaultError>;Convenience type alias for EnvVault results.
pub enum Result<T> {
Ok(T),
Err(EnvVaultError),
}