pub type BoxRewriteFuture = BoxFuture<'static, Result<ResolveParams>>;
Expand description

Future returned by a rewrite function. See Resolver::set_rewrite.

Aliased Type§

struct BoxRewriteFuture { /* private fields */ }