Current section
Files
Jump to
Current section
Files
lib/musubi/stream/async_placeholder.ex
defmodule Musubi.Stream.AsyncPlaceholder do
@moduledoc false
use TypedStructor
typed_structor do
field :name, Musubi.Stream.stream_name(),
enforce: true,
doc: "Declared async stream name placed by `async_stream(:name)` inside render output."
end
end