Skip to main content

ResolveFuture

Type Alias ResolveFuture 

Source
pub type ResolveFuture<'a> = Pin<Box<dyn Future<Output = Result<Option<Arc<SecretBundle>>, BrokerError>> + Send + 'a>>;
Expand description

Owned-future return type for TokenBroker::resolve. Modeled on registry::CallFuture to avoid pulling in async_trait.

Aliased Typeยง

pub struct ResolveFuture<'a> { /* private fields */ }