PyAsyncMethods

_

version(Python_3_5_Or_Later)
struct PyAsyncMethods {
unaryfunc am_await;
unaryfunc am_aiter;
unaryfunc am_anext;
}

Meta