Skip to main content

include/aws@streaming_Source.hrl

-record(source, {next :: fun(() -> {ok, bitstring()} | {error, nil})}).