Skip to main content

BoxMacaroonFuture

Type Alias BoxMacaroonFuture 

Source
pub type BoxMacaroonFuture<'a> = Pin<Box<dyn Future<Output = Result<Macaroon, Error>> + 'a>>;
Expand description

A boxed macaroon lookup future returned by AsyncLoader.

Aliased Typeยง

#[repr(transparent)]
pub struct BoxMacaroonFuture<'a> { /* private fields */ }