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