implicit-await 0.1.0

Implicitly await calls returning Future impls
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
as_future_internal!{
    String,
    &str,
    (),
    u8,
    i8,
    u16,
    i16,
    u32,
    i32,
    u64,
    i64,
    u128,
    i128,
    usize,
    isize,
    std::io::BufReader<T>,
    std::option::Option<T>}