pub type ExampleAsyncWriter<W> = RecordAsyncWriter<Example, W>;
Expand description

Alias to RecordAsyncWriter which input record type Example.