Skip to main content

NovaSecretSource

Trait NovaSecretSource 

Source
pub trait NovaSecretSource {
    // Required method
    fn resolve(&self, key: &str) -> NovaResult<Option<String>>;
}

Required Methods§

Source

fn resolve(&self, key: &str) -> NovaResult<Option<String>>

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§