Trait wasmcloud_runtime::capability::secrets::store::Host
source · pub trait Host: Send + HostSecret {
// Required method
fn get<'life0, 'async_trait>(
&'life0 mut self,
key: String,
) -> Pin<Box<dyn Future<Output = Result<Result<Resource<Secret>, SecretsError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
}