pub type Result<T> = Result<T, SecretError>;Expand description
Result type returned by SecretsManager.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(SecretError),
}pub type Result<T> = Result<T, SecretError>;Result type returned by SecretsManager.
pub enum Result<T> {
Ok(T),
Err(SecretError),
}