Type Alias tc_transact::public::GetFuture

source ·
pub type GetFuture<'a, State> = Pin<Box<dyn Future<Output = TCResult<State>> + Send + 'a>>;

Aliased Type§

struct GetFuture<'a, State> { /* private fields */ }