Skip to main content

RepoFuture

Type Alias RepoFuture 

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

Aliased Typeยง

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