pub type GpuFuture<T> = Fence<T>;
Type alias that more expressively conveys the intent that this Fence is a Future.
pub struct GpuFuture<T> { /* private fields */ }