servers
0.12.0
BoxFuture
Aliased type
In servers::
grpc::
authorize
servers
::
grpc
::
authorize
Type Alias
BoxFuture
Copy item path
source
type BoxFuture<'a, T> =
Pin
<
Box
<dyn
Future
<Output = T> +
Send
+ 'a>>;
Aliased Type
ยง
struct BoxFuture<'a, T> {}