Skip to main content

GitFuture

Type Alias GitFuture 

Source
pub type GitFuture<T> = Pin<Box<dyn Future<Output = T> + Send>>;
Expand description

Boxed async result used by GitClient trait methods.

Aliased Typeยง

pub struct GitFuture<T> { /* private fields */ }