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

Tx backend future resolves to an Endpoint instance.