Skip to main content

ContractFuture

Type Alias ContractFuture 

Source
pub type ContractFuture<'a, T> = Pin<Box<dyn Future<Output = Result<T>> + Send + 'a>>;

Aliased Typeยง

#[repr(transparent)]
pub struct ContractFuture<'a, T> { /* private fields */ }