[][src]Type Definition geng::AssetFuture

type AssetFuture<T> = Pin<Box<dyn Future<Output = Result<T, Error>> + 'static>>;