Type Definition huawei_modem::HuaweiFuture

source ·
pub type HuaweiFuture<T> = Box<dyn Future<Item = T, Error = HuaweiError>>;
Expand description

Bog-standard boxed future alias.