Type Definition tcgeneric::TCBoxTryFuture[][src]

type TCBoxTryFuture<'a, T> = Pin<Box<dyn Future<Output = TCResult<T>> + Send + 'a>>;
Expand description

A pinned future which returns a TCResult