Type Alias geng_asset::Future

source ·
pub type Future<T> = Pin<Box<dyn StdFuture<Output = Result<T>>>>;

Aliased Type§

struct Future<T> { /* private fields */ }