pub fn pin_generator(
    f: impl Future<Output = Result<Value, ErrorKind>> + 'static
) -> Pin<Box<dyn Future<Output = Result<Value, ErrorKind>>>>
Expand description

Helper function to provide type annotations which are otherwise difficult to infer.