pub type GitFuture<T> = Pin<Box<dyn Future<Output = T> + Send>>;
Boxed async result used by GitClient trait methods.
GitClient
pub struct GitFuture<T> { /* private fields */ }