Skip to main content

AsyncRepoFuture

Type Alias AsyncRepoFuture 

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

Aliased Typeยง

pub struct AsyncRepoFuture<'a, T> { /* private fields */ }