Type Definition tcgeneric::TCBoxTryFuture

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

A pinned future which returns a TCResult