pub type BoxMacaroonFuture<'a> = Pin<Box<dyn Future<Output = Result<Macaroon, Error>> + 'a>>;
A boxed macaroon lookup future returned by AsyncLoader.
pub struct BoxMacaroonFuture<'a> { /* private fields */ }