Requiem.QUIC.Connection.accept

You're seeing just the function accept, go back to Requiem.QUIC.Connection module for more information.
Link to this function

accept(config_ptr, scid, odcid, peer, sender_pid, stream_buf_size)

Specs

accept(integer(), binary(), binary(), term(), pid(), non_neg_integer()) ::
  {:ok, term()} | {:error, :system_error | :not_found}