Type Alias GetFuture

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

Aliased Typeยง

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