Type Alias tc_transact::public::DeleteFuture

source ·
pub type DeleteFuture<'a> = Pin<Box<dyn Future<Output = TCResult<()>> + Send + 'a>>;