SecretProviderExt

Trait SecretProviderExt 

Source
pub trait SecretProviderExt:
    Send
    + Sync
    + 'static {
    // Required method
    fn get_secret_boxed(
        &self,
        client_ip: IpAddr,
    ) -> BoxFuture<'_, Option<Arc<[u8]>>>;
}

Required Methods§

Source

fn get_secret_boxed( &self, client_ip: IpAddr, ) -> BoxFuture<'_, Option<Arc<[u8]>>>

Implementors§