pub type EndpointFut = BoxFuture<'static, KitsuneResult<Endpoint>>;
Expand description

Tx backend future resolves to an Endpoint instance.

Aliased Type§

struct EndpointFut { /* private fields */ }